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