1.0.0 • Published 2 years ago

clean-my-branches v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Clean my branches

Clean my branch is a small tool for deleting local branches, by default using the "clean-me" command it will delete all branches except the current branch, "master", "main", "develop", "staging", "production", "preprod" and any exceptions you write afterwards (e.g. "clean-me otherbranch" will delete all branches except the ones mentioned above as well as otherbranch).

you can use the -a option to delete all branches except the current branch and any exceptions you write afterwards (eg: "clean-me -a otherbranch" or "clean-me otherbranch -a" will delete all branches except the current branch and otherbranch)

have fun!