rm-branches
v1.1.3
Published
An interactive cli tool to remove git branches.
Downloads
10
Readme
rm-branches
An interactive cli tool to remove git branches.
Install
$ npm install -g rm-branches
Usage
# follow the output instructions to remove branches
# master branch is excluded by default
$ rm-branches
Are you sure to delete branch fix/typo? [N/y]
# use custom patterns to choose branches
# in minimatch syntax
$ rm-branches fix/* patch-*
Help
$ rm-branches -h
Usage:
rm-branches [patterns]
-r/--remote: Remove remote branch as well
-s/--stream: Set up-stream to delete remote branch
-v/--version: Print version
-h/--help: Print help
License
MIT © EGOIST