Merge pull request #214 from isomorphisms/patch-2

pointer
This commit is contained in:
Peter Cottle 2015-05-10 17:36:58 -07:00
commit 6028cb10fd

View file

@ -37,7 +37,7 @@ exports.level = {
"markdowns": [
"## Git Branches",
"",
"Branches in Git are incredibly lightweight as well. They are simply references to a specific commit -- nothing more. This is why many Git enthusiasts chant the mantra:",
"Branches in Git are incredibly lightweight as well. They are simply pointers to a specific commit -- nothing more. This is why many Git enthusiasts chant the mantra:",
"",
"```",
"branch early, and branch often",