git-re-tag

Crates.iogit-re-tag
lib.rsgit-re-tag
version1.1.0
created_at2025-09-16 19:59:16.110454+00
updated_at2025-09-16 20:49:36.369535+00
descriptionSimple tool to re-create a git tag
homepage
repositoryhttps://github.com/hardliner66/git-re-tag
max_upload_size
id1842324
size23,414
Steve Biedermann (hardliner66)

documentation

README

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 $_ }
Commit count: 7

cargo fmt