# File lib/gitlab_git/repository.rb, line 582
      def reset(ref, reset_type)
        rugged.reset(ref, reset_type)
      end