Created
August 26, 2010 18:30
-
-
Save jmeridth/551920 to your computer and use it in GitHub Desktop.
move git prod tag to where staging is
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
| git fetch --tags | |
| COMMIT=`git rev-parse staging` | |
| git tag -fa -m "production" production $COMMIT | |
| git push origin tag production |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment