# File lib/git/lib.rb, line 561
    def push(remote, branch = 'master', tags = false)
      command('push', [remote, branch])
      command('push', ['--tags', remote]) if tags
    end