-
-
Save joglomedia/380b4ae3d866054fc615c2a2d888c3df to your computer and use it in GitHub Desktop.
Revisions
-
rafael-neri created this gist
May 26, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ # 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 git push --tags