Delete Branch
Have you ever:
- Shipped a bug to production (
main branch)
- Created a new branch to fix the bug (
fix-bug)
- Fixed the bug and committed the changes
- Switched back to
main
- Accidentally deleted the
fix-bug branch
Yeah, me neither...
Assignment
Switch back to main and delete your slander branch.
Run and submit the CLI tests.