# File lib/git/lib.rb, line 523 def push(remote, branch = 'master') command('push', [remote.to_s, branch.to_s]) end