Skip to content

Instantly share code, notes, and snippets.

@hunt3ri
Created May 2, 2018 10:17
Show Gist options
  • Save hunt3ri/11de3f034781b14c450a6ec72fa8156f to your computer and use it in GitHub Desktop.
Save hunt3ri/11de3f034781b14c450a6ec72fa8156f to your computer and use it in GitHub Desktop.
Tag git branch
# Tag Prod version
git tag -a v1.0 -m "v1.0 deployed to $ENV"
git push origin v1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment