git annuler le fichier unique

# git checkout -- <file-path>

# Example
git checkout -- /Users/first.last/.../some-file.cs
Banana in Transit