Clarify instructions for the "Moving branches around" level

Closes #77.
This commit is contained in:
blinry 2021-04-12 15:22:02 +02:00
parent 74b59cff0a
commit 2b3903a599

View file

@ -5,9 +5,17 @@ cards = checkout commit-auto merge reset-hard
One of your colleagues messed up here, and put the branches in the wrong timelines!
You could delete and re-create these branches - but you can also directly move them to different commits, using `git reset --hard`.
You could delete and re-create these branches - but you can also directly move them to different commits, by using
The donut branch is in the right place, but the timeline is still incomplete.
git checkout
on the branch names, and then using
git reset --hard
on the commit where you want the branch to be.
The donut branch is in the right place, but the timeline is still incomplete - make you actually *eat* the donut in that branch!
[setup]