Created
June 26, 2025 14:51
-
-
Save murphyslaw/b3c8c6bdf63f458ea6914bacf85ec085 to your computer and use it in GitHub Desktop.
Command to move a git tag after rebase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (export VERSION="1.2.3"; git push origin ":$VERSION"; git tag --delete "$VERSION"; git tag "$VERSION"; git push origin "$VERSION") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment