Method: Git::Lib#remotes

Defined in:
lib/git/lib.rb

#remotes

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



1418
1419
1420
# File 'lib/git/lib.rb', line 1418

def remotes
  command_lines('remote')
end