# File lib/gitlab_git/repository.rb, line 801
      def fetch(remote_name)
        rugged.remotes[remote_name].fetch
      end