github-playground
github-playground copied to clipboard
Error in git-commands.md?
"Take a look at what is different from our last commit. In this case we want the diff of our most recent commit, and we can refer to it using HEAD -> git diff HEAD"
Shouldn't it be git diff HEAD^ ?