# File lib/grit_adapter/git_layer_grit.rb, line 210
      def push(remote, branch, options = {})
        @git.push(options, remote, branch)
      end