1.0.0 • Published 6 years ago

git-branch-delete-multiple v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

GBDM

Git Branch Delete Multiple.

Provides a CLI interface for deleting multiple local branches at the same time.

Installation

npm install -g gbdm

Usage

Navigate to a directory that contains a .git directory.

gdbm

Select the branch(es) you'd like to remove

gbdm-checkbox-interface

Confirm you really want to remove them

confirm-you-want-to-delete-branches

And your done!

Reserved Branches

You will notice that running gbdm produces a list of most of your local branches, but some may be missing. There are several branch names that we won't inculde in group deleting. These names are:

master
develop
test
staging

The reason for this is that the names above are commonly used for important branches. You may still delete these branches if you choose, but you will need to do it outside of the gbdm interface.

License

MIT

1.0.0

6 years ago