Small PyGTK-based utility program to delete Git branches
This is for people who use Git via the terminal (on Linux) and find it annoying to delete branches when there are a lot of them.
Usage (within your repository):
$ ./git-branch-deleter
Delete with -D
:
$ ./git-branch-deleter -D
Check the branches you want to delete and click Apply
.
Currently deletes local branches only.
- Python 3
- PyGTK 3
git
executable must be inPATH
MIT