Skip to content

2nthony/git-delete-branch

Repository files navigation

git-delete-branch

🔌Tooling for delete git branches

Please consider starring the project to show your ❤️ and support.

NPM version NPM download CircleCI License donate

Features

  • Support delete matched branches. e.g.fix/*

Prerequires

  • git
  • node.js

Install

yarn global add git-delete-branch

Usage

Basically:

git-delete-branch [...branches]

Or using git external commands:

git delete-branch [...branches]

CLI

git-delete-branch [...branches] [options]

branches

Delete branches

options

-r, --remote (WIP)

Delete remote branches

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

git-delete-branch © evillt, Released under the MIT License.

Authored and maintained by EVILLT with help from contributors (list).

evila.me · GitHub @evillt · Twitter @evillt