aboutsummaryrefslogtreecommitdiff
path: root/packages/git-broom/git-broom.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-22add lint as a target and reformatFranck Cuny1-58/+21
2024-04-30improve variable's nameFranck Cuny1-2/+2
2024-03-06rename `tools` to `packages` to follow conventionFranck Cuny1-0/+0
The convention is to use `pkgs` or `packages` for overlays and definition of custom packages. Since I'm already using `pkg` for go, I prefer to use `packages` for my scripts.
2022-10-23feat(tools/git-broom): CLI to delete local and remote branchesFranck Cuny1-0/+350
This tool helps to keep only the branches that are relevant: the ones that have not been merged yet into the main branch on the principal remote repository.