mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-20 16:20:18 +01:00
Merge pull request #42 from florianklumb/fix-ch-rebase-baguette-vs-coffee
Fix baguette and coffee mixup in Ch. Rebase
This commit is contained in:
commit
e952c97cb6
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ You do not have a donut." > you
|
||||||
git add .
|
git add .
|
||||||
git commit -m "The Beginning"
|
git commit -m "The Beginning"
|
||||||
|
|
||||||
git checkout -b coffee
|
git checkout -b baguette main
|
||||||
echo "You have a baguette.
|
echo "You have a baguette.
|
||||||
|
|
||||||
You do not have coffee.
|
You do not have coffee.
|
||||||
|
@ -37,7 +37,7 @@ You do not have a donut." > you
|
||||||
git add .
|
git add .
|
||||||
git commit -m "You eat the baguette"
|
git commit -m "You eat the baguette"
|
||||||
|
|
||||||
git checkout -b baguette main
|
git checkout -b coffee
|
||||||
echo "You do not have a baguette.
|
echo "You do not have a baguette.
|
||||||
|
|
||||||
You have coffee.
|
You have coffee.
|
||||||
|
|
Loading…
Reference in a new issue