Skip to content

Instantly share code, notes, and snippets.

@mistermarco
Created October 3, 2011 23:17
Show Gist options
  • Save mistermarco/1260517 to your computer and use it in GitHub Desktop.
Save mistermarco/1260517 to your computer and use it in GitHub Desktop.
Create git tags / automatic download
# this creates a tag, which creates a download package on the downloads page
git tag -a v3.x-beta2
git push --tags origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment