Method: Git::Remote#fetch

Defined in:
lib/git/remote.rb

#fetch(opts = {}) ⇒ Object



14
15
16
# File 'lib/git/remote.rb', line 14

def fetch(opts={})
  @base.fetch(@name, opts)
end