An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Git Branch Deleter
Small PyGTK-based utility program to delete Git branches

![Git Branch Deleter creenshot](/screenshots/1.0.0/1.png?raw=true)

## 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