Method: Git::Base#pull
- Defined in:
- lib/git/base.rb
permalink #pull(remote = nil, branch = nil, opts = {}) ⇒ Void
Pulls the given branch from the given remote into the current branch
497 498 499 |
# File 'lib/git/base.rb', line 497 def pull(remote = nil, branch = nil, opts = {}) self.lib.pull(remote, branch, opts) end |