Skip to content

Instantly share code, notes, and snippets.

@robballou
Created November 29, 2012 20:37
Show Gist options
  • Save robballou/4171749 to your computer and use it in GitHub Desktop.
Save robballou/4171749 to your computer and use it in GitHub Desktop.
Tag a release and push
git tag release-`date +"%Y%m%d"` && git push origin release-`date +"%Y%m%d"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment