1.0.9 • Published 6 years ago

@deepjs/git-branch-delete v1.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

git-branch-delete

Interactive command line tool that makes it comfortable to delete several local Git branches at once.

功能支持

  1. 支持在分支列表中选择要删除的分支,并删除
  2. 支持配置是否同时删除远程的对应分支
  3. 对于未合并到 master 的分支,进行删除提示
  4. 支持输入要删除的分支,远程还是本地

Demo:

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.

参考: