@chengyixu/git-cleanup
v1.0.2
Published
Interactive CLI to find and delete merged git branches safely
Downloads
20
Maintainers
Readme
git-cleanup
Interactive CLI to find and delete merged git branches safely.
Install
npm install -g @chengyixu/git-cleanupUsage
git-cleanupWhat it does
- Lists all your local branches (excluding main/master and current branch)
- Merged branches shown in green -- safe to delete
- Unmerged branches shown in white -- will force-delete with
-D - Select by number, or type "all" to delete all merged branches
- Confirms before deleting
License
MIT
