mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-03 09:35:45 +02:00
Small mistake in previous commit
This commit is contained in:
parent
85c5a1c602
commit
89ebecf5ce
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ exports.level = {
|
|||
"",
|
||||
"Так что `master^` означает \"первый родитель ветки `master`\".",
|
||||
"",
|
||||
"`master^^` означает роид ветки `master`",
|
||||
"`master^^` означает прародитель (родитель родителя) `master`",
|
||||
"",
|
||||
"Давайте переключимся на коммит Выше `master`"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue