# File lib/git/base.rb, line 296 def push(remote = 'origin', branch = 'master') self.lib.push(remote, branch) end