1.1.3 • Published 8 years ago

rm-branches v1.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

rm-branches NPM version NPM downloads Build Status

An interactive cli tool to remove git branches.

preview

Install

$ npm install -g rm-branches

Usage

# follow the output instructions to remove branches
# master branch is excluded by default
$ rm-branches
Are you sure to delete branch fix/typo? [N/y]

# use custom patterns to choose branches
# in minimatch syntax
$ rm-branches fix/* patch-*

Help

$ rm-branches -h

  Usage:

    rm-branches [patterns]

    -r/--remote:     Remove remote branch as well
	-s/--stream:     Set up-stream to delete remote branch
    -v/--version:    Print version
    -h/--help:       Print help

License

MIT © EGOIST

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago