mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-15 00:54:25 +02:00
Fix incorrect commit number in intro 5
This commit is contained in:
parent
9d167f986d
commit
e7b8293c69
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ exports.level = {
|
||||||
"In order to reverse changes and *share* those reversed changes with others, we need to use `git revert`. Let's see it in action"
|
"In order to reverse changes and *share* those reversed changes with others, we need to use `git revert`. Let's see it in action"
|
||||||
],
|
],
|
||||||
"afterMarkdowns": [
|
"afterMarkdowns": [
|
||||||
"Weird, a new commit plopped down below the commit we wanted to reverse. That's because this new commit `C2'` introduces *changes* -- it just happens to introduce changes that exactly reverses the commit of `C2`.",
|
"Weird, a new commit plopped down below the commit we wanted to reverse. That's because this new commit `C1'` introduces *changes* -- it just happens to introduce changes that exactly reverses the commit of `C1`.",
|
||||||
"",
|
"",
|
||||||
"With reverting, you can push out your changes to share with others."
|
"With reverting, you can push out your changes to share with others."
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue