`git checkout -- <filename>` est mal décrit
Opened this issue · 1 comments
ElieGouzien commented
Bonjour,
Lines 189 to 190 in 2bb931f
est un poil inexact ;
git checkout -- <filename>
récupère le fichier depuis l'index, et non le HEAD.
En cas de doute, voir la doc officielle.
J'ai pas regardé dans les autres langues.
Sinon bravo pour ce guide !
chongtwo commented
This problem also appears in Chinese and English version.
git checkout -- <filename>
get file from Index not HEAD; while git checkout HEAD -- <filename>
get file from HEAD