# File lib/gitlab_git/repository.rb, line 806
      def push(remote_name, *refspecs)
        rugged.remotes[remote_name].push(refspecs)
      end