mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-16 17:44:28 +02:00
Fixes Issue #30
This commit is contained in:
parent
0cdb787ef4
commit
7a8d4abb59
5 changed files with 6 additions and 6 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"
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"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`.",
|
||||
"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`.",
|
||||
"",
|
||||
"With reverting, you can push out your changes to share with others."
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue