diff --git a/episodes/05-history.md b/episodes/05-history.md index d805d24157..98388ab14c 100644 --- a/episodes/05-history.md +++ b/episodes/05-history.md @@ -256,8 +256,10 @@ Changes not staged for commit: no changes added to commit (use "git add" and/or "git commit -a") ``` -Notice that the changes are currently in the staging area. -Again, we can put things back the way they were by using `git restore`: + +Notice that the changes are not currently in the staging area, and have not been committed. +If we wished, we can put things back the way they were at the last commit by using `git restore` to overwrite +the working copy with the last committed version: ```bash $ git restore guacamole.md