🔌Tooling for delete git branches
Please consider starring the project to show your ❤️ and support.
- Support delete matched branches. e.g.
fix/*
- git
- node.js
yarn global add git-delete-branch
Basically:
git-delete-branch [...branches]
Or using git external commands:
git delete-branch [...branches]
git-delete-branch [...branches] [options]
Delete branches
Delete remote branches
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
git-delete-branch © evillt, Released under the MIT License.
Authored and maintained by EVILLT with help from contributors (list).