mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-21 21:01:08 +02:00
fix-coffee-branch-incorrectly-drops-baguette
It seems that the first commit int the `coffee` branch, drops the changes to the baguette line, causing a failing test in the end since either the baguette isn't eaten, or there are more than 7 commits in the rebased history. This is an !!untested!! suggested fix.
This commit is contained in:
parent
ec9b467cc6
commit
bd3837478f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ git add .
|
|||
git commit -m "You eat the baguette"
|
||||
|
||||
git checkout -b coffee
|
||||
echo "You do not have a baguette.
|
||||
echo "You ate a baguette.
|
||||
|
||||
You have coffee.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue