mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-30 09:44:26 +02:00
pointer
I feel like when I learned that a branch is "just a pointer", that was a "breakthrough moment" for me. Worth changing? The word "pointer" is shorter than "reference" ... on the other hand it's a jargon word not everyone would understand....
This commit is contained in:
parent
d59a229844
commit
9f3e135646
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ exports.level = {
|
||||||
"markdowns": [
|
"markdowns": [
|
||||||
"## Git Branches",
|
"## 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",
|
"branch early, and branch often",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue