diff --git a/levels/branches/reorder b/levels/branches/reorder index 82e35cd..1c36c08 100644 --- a/levels/branches/reorder +++ b/levels/branches/reorder @@ -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]