Revert repository to a commit by SHA

I have an issue with my GitHub repo. The issue is that a previous "merge" deleted some commits.

I found the commit that I want to restore in the GitHub API, but I can't get it.

My repo: https://github.com/DavidRnR/WebEntrega/

I need this commit/sha:

   "commits": [
        {
          "sha": "47af90bec132e9b4e0ac87efa720007e79682193",
          "author": {
            "email": "carlosdavidmartin@gmail.com",
            "name": "David Martín"
          },
          "message": "Ultimando detalles en JS. Finalizada",
          "distinct": true,
          "url": "https://api.github.com/repos/DavidRnR/WebEntrega/commits/47af90bec132e9b4e0ac87efa720007e79682193"
        }
链接地址: http://www.djcxy.com/p/3974.html

上一篇: GitHub删除了我以前的提交

下一篇: 将存储库恢复为SHA提交