mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
commit
6028cb10fd
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue