Keeping your Git branches clean in your local repo is very helpful to make it easy to switch between branches you are currently working on. The last thing you want is a bunch of old branches that have already been merged showing in your list of branches when running git checkout.
Bits and bytes of code
Bytes is my collection of short-form posts, tips, and things I learn as I build software.