How to delete outdated git branches
The idea of branches in git is a nice feature as it allows to work on separate parts of a project at the same time. But, the more branches you have, the more difficult they are to manage.
When you create a local branch, most of the time you would pus...
dillion.hashnode.dev2 min read