Disons que j'ai un fichier dans mon référentiel git appelé foo
.
Supposons qu'il ait été supprimé avec rm
(pas git rm
). Le statut de git affichera alors:
Changes not staged for commit:
deleted: foo
Comment organiser cette suppression individuelle de fichiers?
Si j'essaye:
git add foo
Ça dit:
'foo' did not match any files.