Merge pull request #21 from lkysow/bugfix/typo-in-intro-5

Fix incorrect commit number in intro 5
This commit is contained in:
Peter Cottle 2013-02-17 03:27:05 -08:00
commit b0f19e91e4

View file

@ -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 `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."
],