git-chipper

An interactive CLI for batch deleting local branches.


Keywords
cli-app, cli, git branch, git delete, git, git-chipper
License
MIT
Install
npm install git-chipper@0.5.0

Documentation

git-chipper

An interactive CLI for batch deleting local branches.

CLI demo

Install

$ npm install --global git-chipper

CLI

$ git-chipper --help

  An interactive CLI for batch deleting local branches.

  Usage
    $ git-chipper

  Options
    -a, --all
      Select all branches.

    -f, --force
      Force delete selected branches.

    -n, --not
      Select all branches not named in this comma-separated list.

  Examples
    $ git-chipper
    # ... follow the terminal prompt instructions

    $ git-chipper --not=foo,bar,baz
    # ... follow the terminal prompt instructions

License

MIT © Max Hallinan