1.0.0 • Published 5 years ago

git-delete-tag v1.0.0

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

git-delete-tag

Git delete tag enhancement tooling

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

NPM version NPM download CircleCI License donate

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

  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-tag © evillt, Released under the MIT License.

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

evila.me · GitHub @evillt · Twitter @evillt