diff --git a/episodes/04-changes.md b/episodes/04-changes.md index 9920166bb2..5e7dbdf5c9 100644 --- a/episodes/04-changes.md +++ b/episodes/04-changes.md @@ -222,7 +222,7 @@ $ git status On branch main Changes not staged for commit: (use "git add ..." to update what will be committed) - (use "git checkout -- ..." to discard changes in working directory) + (use "git restore ..." to discard changes in working directory) modified: guacamole.md @@ -285,7 +285,7 @@ $ git status On branch main Changes not staged for commit: (use "git add ..." to update what will be committed) - (use "git checkout -- ..." to discard changes in working directory) + (use "git restore ..." to discard changes in working directory) modified: guacamole.md