https://github.com/2nthony/git-delete-tag
Git delete tag enhancement tooling
https://github.com/2nthony/git-delete-tag
git git-tag git-utils it-just-works module node tooling
Last synced: 5 days ago
JSON representation
Git delete tag enhancement tooling
- Host: GitHub
- URL: https://github.com/2nthony/git-delete-tag
- Owner: 2nthony
- License: mit
- Created: 2019-06-16T08:56:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:33:51.000Z (about 2 years ago)
- Last Synced: 2025-09-06T23:56:27.131Z (5 months ago)
- Topics: git, git-tag, git-utils, it-just-works, module, node, tooling
- Language: JavaScript
- Homepage:
- Size: 795 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# git-delete-tag
> Git delete tag enhancement tooling
Please consider starring the project to show your ❤️ and support.
[](https://npmjs.com/package/git-delete-tag)
[](https://npmjs.com/package/git-delete-tag)
[](https://circleci.com/gh/evillt/git-delete-tag/tree/master)
[](./LICENSE)
[](https://donate.evila.me)
## Features
- Support delete matched tags. e.g.`v1*`
## Prerequisites
- git
- node.js
## Usage
One-off usage via `npx`:
```sh
$ npx git-delete-tag [...tags]
# Example
$ npx git-delete-tag dev test-*
```
Using it globally:
```sh
$ 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 `
- Default: `origin`
- When: `-r, --remotes`
Branches scope name
## Relates
- [git-delete-branch](https://github.com/evillt/git-delete-branch)
## 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](https://github.com/evillt), Released under the [MIT](./LICENSE) License.
Authored and maintained by **EVILLT** with help from contributors ([list](https://github.com/evillt/git-delete-tag/contributors)).
> [evila.me](https://evila.me) · GitHub [@evillt](https://github.com/evillt) · Twitter [@evillt](https://twitter.com/evillt)