returns a Git::Remote object
202 203 204
# File 'lib/git/base.rb', line 202 def remote(remote_name = 'origin') Git::Remote.new(self, remote_name) end