https://github.com/juzzlin/gitbranchdeleter
Small PyGTK-based utility program to conveniently delete Git branches
https://github.com/juzzlin/gitbranchdeleter
git git-branch git-branches gui gui-application linux linux-shell pygtk3 python3 utility utility-scripts
Last synced: 3 months ago
JSON representation
Small PyGTK-based utility program to conveniently delete Git branches
- Host: GitHub
- URL: https://github.com/juzzlin/gitbranchdeleter
- Owner: juzzlin
- License: mit
- Created: 2019-11-05T20:15:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T19:55:04.000Z (over 5 years ago)
- Last Synced: 2024-12-31T21:42:49.144Z (5 months ago)
- Topics: git, git-branch, git-branches, gui, gui-application, linux, linux-shell, pygtk3, python3, utility, utility-scripts
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# Git Branch Deleter
Small PyGTK-based utility program to delete Git branches
## What the hell is this?
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`.
## Limitations
Currently deletes **local** branches only.
## Dependencies and assumptions
* Python 3
* PyGTK 3
* `git` executable must be in `PATH`## License
MIT