Version-Control-Git-Teaching-Notes

5.5 Getting Rid of Staged Changes

git checkout can be used to restore a previous commit when unstaged changes have been made, but will it also work for changes that have been staged but not committed? Make a change to guacamole.md, add that change, and use git checkout to see if you can remove your change.

Episode 5 Exercise 6