git-delete-tag
v1.0.0
Published
Git delete tag enhancement tooling
Downloads
9
Readme
git-delete-tag
Git delete tag enhancement tooling
Please consider starring the project to show your ❤️ and support.
Features
- Support delete matched tags. e.g.
v1*
Prerequisites
- git
- node.js
Usage
One-off usage via npx
:
$ npx git-delete-tag [...tags]
# Example
$ npx git-delete-tag dev test-*
Using it globally:
$ npm i -g git-delete-tag
# Or using yarn
$ yarn global add git-delete-tag
$ git-dt [...tags]
$ git-delete-tag [...tags]
# Or using git external commands
$ git dt [...tags]
$ git delete-tag [...tags]
CLI
git-delete-tag [...tags] [options]
tags
Delete tags
options
-r, --remotes
Delete remotes tags
--scope <scope>
- Default:
origin
- When:
-r, --remotes
Branches scope name
Relates
Contributing
- 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
Author
git-delete-tag © evillt, Released under the MIT License.
Authored and maintained by EVILLT with help from contributors (list).