Skip to content

Commit

Permalink
Merge pull request #1052 from JoKeyser/fix-sentence-in-history-quiz-u…
Browse files Browse the repository at this point in the history
…nderstanding-workflow-and-history

Fix sentence in quiz Understanding Workflow and History
  • Loading branch information
martinosorb authored Nov 19, 2024
2 parents 397e27c + 43eaac1 commit 4c7a476
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 4c7a476

Please sign in to comment.