0.5.0 • Published 7 years ago

git-chipper v0.5.0

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

git-chipper

An interactive CLI for batch deleting local branches.

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

0.5.0

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago