Comment puis-je réinitialiser ou rétablir un fichier en une révision spécifique?
git reset <commit hash> <filename>
Perro Fiel
git reset <commit hash> <filename>
git checkout <commit_hash> path/to/file
git checkout <repo>/<branch> <filename>