Libraries
»
git
(2.0.1)
»
Index
»
Git
»
Remote
»
#fetch
Method: Git::Remote#fetch
Defined in:
lib/git/remote.rb
#
fetch
(opts = {})
14 15 16
# File 'lib/git/remote.rb', line 14
def
fetch
(
opts
=
{
}
)
@base
.
fetch
(
@name
,
opts
)
end