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