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