Fixes Issue #15 thanks @caspark!

This commit is contained in:
Peter Cottle 2013-02-16 20:41:20 -08:00
parent 797f8b0c55
commit 0ca8f79880
5 changed files with 6 additions and 6 deletions

View file

@ -49,7 +49,7 @@ exports.level = {
"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`.",
"",
"With resetting, you can push out your changes to share with others."
"With reverting, you can push out your changes to share with others."
],
"command": "git revert HEAD",
"beforeCommand": "git commit"