¿Cómo puedo restablecer o revertir un archivo a una revisión específica?
git reset <commit hash> <filename>
Perro Fiel
git reset <commit hash> <filename>
git checkout <commit_hash> path/to/file
git checkout <repo>/<branch> <filename>