

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Still calibrating
click for more info
Not enough gems
Cost: 6 gems
1: Rebase Conflicts
incomplete
2: Make the Conflict
incomplete
3: Resolve the Conflict
incomplete
4: Deleted Commit
incomplete
5: Cleanup
incomplete
6: Repeat Resolution Setup
incomplete
7: RERERE
incomplete
8: Merge Back In
incomplete
9: Accidental Commit
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
Let's cleanup our branches before moving on.
Remember, during the rebase of banned onto main we actually discarded the changes from banned... which actually means that banned is now identical to main anyways! Much ado about nothing, right?
Run and submit the CLI tests.
# switch branches
git switch BRANCH_NAME
# delete a branch
git branch -d BRANCH_NAME