mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-18 08:38:42 +02:00
Fixed russian translation; Added myself to contributors in readme =)
This commit is contained in:
parent
7bd166b731
commit
593341d7b8
5 changed files with 4 additions and 5 deletions
|
@ -662,7 +662,6 @@ exports.level = {
|
|||
"beforeMarkdowns": [
|
||||
"Для начала рассмотрим оператор каретки (^). Когда мы добавляем его к имени ссылки, Git поспринимает это как указание найти родителя указанного коммита.",
|
||||
"",
|
||||
"So saying `master^` is equivalent to \"the first parent of `master`\".",
|
||||
"Так что `master^` означает \"первый предок ветки `master`\".",
|
||||
"",
|
||||
"`master^^` означает предок предка ветки `master`",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue