git-chipper
v0.5.0
Published
An interactive CLI for batch deleting local branches.
Downloads
23
Maintainers
Readme
git-chipper
An interactive CLI for batch deleting local branches.
Install
$ npm install --global git-chipper
CLI
$ git-chipper --help
An interactive CLI for batch deleting local branches.
Usage
$ git-chipper
Options
-a, --all
Select all branches.
-f, --force
Force delete selected branches.
-n, --not
Select all branches not named in this comma-separated list.
Examples
$ git-chipper
# ...follow the terminal prompt instructions
$ git-chipper --not=foo,bar,baz
# ...follow the terminal prompt instructions
License
MIT © Max Hallinan