At http://gitref.org/basic/#reset the author is talking about the complexity of git reset and says, "I'll just tell you the three specific invocations of it..." In the reference manual, only git reset HEAD is used; the remaining two of three invocations are missing.
At http://gitref.org/basic/#reset the author is talking about the complexity of
git reset
and says, "I'll just tell you the three specific invocations of it..." In the reference manual, onlygit reset HEAD
is used; the remaining two of three invocations are missing.