Skip to content

Instantly share code, notes, and snippets.

View Aetherinox's full-sized avatar

Aetherinox Aetherinox

View GitHub Profile
@Aetherinox
Aetherinox / tags_rename.sh
Last active October 8, 2023 10:36 — forked from rafael-neri/script.sh
Git
# Create new from old
git tag new old
# Remove old tag
git tag -d old
# Sync changes from old tag to remote
git push origin :refs/tags/old
# Send new tag to remote