git-branch-delete
v1.0.20
Published
Interactive command line tool that makes it comfortable to delete several local Git branches at once.
Downloads
26
Readme
git-branch-delete
Interactive command line tool that makes it comfortable to delete several local Git branches at once.
Demo:
Installation
npm i -g git-branch-delete
Usage
git-branch-delete
or
git branch-delete
This starts a command line UI that helps you select and delete local Git branches.
After the UI has launched, you can use the up and down arrows to change the selected branch. The spacebar can be used to add the branch to the set of to-be-deleted branches. Pressing enter will finalize the selection of branches to delete.