Method: Git::Base#push
- Defined in:
- lib/git/base.rb
permalink #push(remote = nil, branch = nil, options = {}) ⇒ Void
Push changes to a remote repository
462 463 464 |
# File 'lib/git/base.rb', line 462 def push(*args, **) self.lib.push(*args, **) end |