0.0.5 • Published 10 years ago

git-branch-d-ui v0.0.5

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

git branch d ui

Web ui for deleting git branches

Sometimes I cut a lot of branches. A LOT of branches. They grow stale and I need to clear them out. I am probably dumb and missing something in my normal git workflow, but I thought something like this would be handy.

Usage

cd /path/to/repo
git-branch-d-ui

This starts a server at http://localhost:8080 that will render a list of all branches for the repo. You can then check the repos you want to delete and click the "Delete" button. This will return a text response of:

git branch -D [selected branches]

List List

Future

Currently this is the most basic implementation to get the job done, but I think it would be cool to mimic github's branch list w/ branch stats and what not.

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.1

10 years ago