rogerdudler / git-guide

git - the simple guide
http://rogerdudler.github.com/git-guide
2.19k stars 527 forks source link

`git checkout -- <filename>` est mal décrit #154

Open ElieGouzien opened 7 years ago

ElieGouzien commented 7 years ago

Bonjour,

https://github.com/rogerdudler/git-guide/blob/2bb931f1da3b91bf2b73590098335e40d8636727/index.fr.html#L189-L190 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 5 years ago

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