Remove git branches older than X months
For the example, we’re deleting merged branches older than 3 months :
Going back in time with Git
Let’s pretend you want to initiate a git bisect because someone (obviously you) introduced a bug in your...
Cleanup old git branches
Yesterday I had to clean some very old branches on a project’s codebase. Here’s a few git tricks...