git-delete-tag

1.0.0 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i git-delete-tag

Weekly Downloads

4

Version

1.0.0

License

MIT

Unpacked Size

7.69 kB

Total Files

7

Last publish

Collaborators

  • evila