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"
}