@jswork/git-sweep
v1.0.0
Published
Git branch sweep cli.
Downloads
6
Maintainers
Readme
git-sweep
Git branch sweep cli.
installation
npm install -g @jswork/git-sweep
usage
Usage: git-sweep [options]
Options:
-V, --version output the version number
-d, --debug only show cmds, but not clean.
-l, --local clean scope to local(default).
-r, --remote clean scope to remote.
-f, --filter <string> clean by filter.(eg: -f feature/aric)
-i, --interactive interactive operation cli.
-p, --pushed <list> add protected to default.(eg: -p uat,test1).
-c, --created <list> use new list replace default(dangerous).(eg: -c uat,test1).
-h, --help display help for command
license
Code released under the MIT license.