| Crates.io | git-re-tag |
| lib.rs | git-re-tag |
| version | 1.1.0 |
| created_at | 2025-09-16 19:59:16.110454+00 |
| updated_at | 2025-09-16 20:49:36.369535+00 |
| description | Simple tool to re-create a git tag |
| homepage | |
| repository | https://github.com/hardliner66/git-re-tag |
| max_upload_size | |
| id | 1842324 |
| size | 23,414 |
git-re-tag — recreate a tag at HEADA tiny Rust CLI that moves an existing Git tag to the current HEAD, preserving the original annotated tagger and message when applicable.
cargo install git-re-tag
git re-tag <tag>
git re-tag v1.2.3 | bash
iex (git re-tag v1.2.3)
Or:
git re-tag v1.2.3 | ForEach-Object { iex $_ }