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