Fix punctuation

This commit is contained in:
Allen Guo 2013-05-17 12:12:54 -04:00
parent 976e8eff4a
commit 1b7c77506e

View file

@ -63,7 +63,7 @@ exports.level = {
"afterMarkdowns": [ "afterMarkdowns": [
"Since `bugFix` was downstream of `master`, git didn't have to do any work; it simply just moved `bugFix` to the same commit `master` was attached to.", "Since `bugFix` was downstream of `master`, git didn't have to do any work; it simply just moved `bugFix` to the same commit `master` was attached to.",
"", "",
"Now all the commits are the same color, which means each branch contains all the work in the repository! Woohoo" "Now all the commits are the same color, which means each branch contains all the work in the repository! Woohoo!"
], ],
"command": "git checkout bugFix; git merge master", "command": "git checkout bugFix; git merge master",
"beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit; git merge bugFix" "beforeCommand": "git checkout -b bugFix; git commit; git checkout master; git commit; git merge bugFix"