mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 14:44:28 +02:00
Resolves #554
This commit is contained in:
parent
a8a7fac39b
commit
f097d7be0e
1 changed files with 1 additions and 1 deletions
|
@ -849,7 +849,7 @@ exports.level = {
|
|||
"Щоб пройти цей рівень виконай наступні кроки:",
|
||||
"",
|
||||
"* Зроби нову гілку (branch) з назвою `bugFix`",
|
||||
"* Перейди на кілку `bugFix` за допомогою `git checkout bugFix`",
|
||||
"* Перейди на гілку `bugFix` за допомогою `git checkout bugFix`",
|
||||
"* Зроби один коміт",
|
||||
"* Повернись до `master` за допомогою `git checkout`",
|
||||
"* Зроби ще один коміт",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue