returns a Hash containing information about the references of the target repository
options :refs
Parameters:
the target repository location or nil for '.'
Returns:
the available references of the target repo.
371 372 373
# File 'lib/git.rb', line 371 def self.ls_remote(location = nil, options = {}) Git::Lib.new.ls_remote(location, options) end