Skip to content

Commit

Permalink
Fix sentence in quiz Understanding Workflow and History
Browse files Browse the repository at this point in the history
  • Loading branch information
JoKeyser committed Nov 18, 2024
1 parent b190837 commit 43eaac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/05-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ $ cat ketchup.md # this will print the content of ketchup.md on screen
The answer is 2.

The changes to the file from the second `echo` command are only applied to the working copy,
The command `git add ketchup.md` places the current version of `ketchup.md` into the staging area.
not the version in the staging area.
The command `git add ketchup.md` places the current version of `ketchup.md` into the staging area.

So, when `git commit -m "My opinions about the red sauce"` is executed,
the version of `ketchup.md` committed to the repository is the one from the staging area and
Expand Down

0 comments on commit 43eaac1

Please sign in to comment.