git-checkout.txt: fix incorrect statement about HEAD and index
[gitweb.git] / Documentation / git-checkout.txt
index 5aa69c0e12a6756fd6f79c117008a373f65ba5f5..883047982afc7d140ce358747103020b7feb5d4c 100644 (file)
@@ -145,8 +145,8 @@ $ git checkout hello.c            <3>
 ------------
 +
 <1> switch branch
-<2> take out a file out of other commit
-<3> restore hello.c from HEAD of current branch
+<2> take a file out of another commit
+<3> restore hello.c from the index
 +
 If you have an unfortunate branch that is named `hello.c`, this
 step would be confused as an instruction to switch to that branch.