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