We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Cleanup

Let's cleanup our branches before moving on.

Assignment

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.

Tips

# switch branches
git switch BRANCH_NAME

# delete a branch
git branch -d BRANCH_NAME