git-clear-branch
v4.0.2
Published
To clear all your local branches (except `master`, `main` and current branch), run below at your git repo:
Downloads
17
Maintainers
Readme
To clear all your local branches (except master
, main
and current branch), run below at your git repo:
npx git-clear-branch
Your machine must have npx
installed, which is included in newest NodeJS.