3 stable releases
Uses new Rust 2024
| 1.1.0 | Sep 16, 2025 |
|---|---|
| 1.0.1 | Sep 16, 2025 |
#1616 in Command line utilities
25 downloads per month
8KB
git-re-tag — recreate a tag at HEAD
A tiny Rust CLI that moves an existing Git tag to the current HEAD, preserving the original annotated tagger and message when applicable.
Install
cargo install git-re-tag
Usage
git re-tag <tag>
Re-Create Pushed Tags
Bash / Zsh / Fish
git re-tag v1.2.3 | bash
PowerShell
iex (git re-tag v1.2.3)
Or:
git re-tag v1.2.3 | ForEach-Object { iex $_ }
Dependencies
~13MB
~274K SLoC