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:
blinry 2021-03-04 06:13:35 -08:00 committed by GitHub
commit e952c97cb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.