Skip to content

Instantly share code, notes, and snippets.

View josegus's full-sized avatar

Gustavo Vasquez josegus

View GitHub Profile
@josegus
josegus / script.sh
Created April 16, 2021 17:14 — forked from rafael-neri/script.sh
Git Rename Tag Local and Remote
# 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