git-branch-delete
Interactive command line tool that makes it comfortable to delete several local Git branches at once.
功能支持
- [x] 支持在分支列表中选择要删除的分支,并删除
- [ ] 支持配置是否同时删除远程的对应分支
- [ ] 对于未合并到 master 的分支,进行删除提示
- [ ] 支持输入要删除的分支,远程还是本地
Demo:
Installation
npm i -g git-branch-delete
Usage
git-branch-delete
This starts a command line UI that helps you to select and delete local Git branches.
参考: