Wednesday, December 24, 2014

Creating a tag in git

Annotated tag:
git tag -a pre-alpha-v0.1 -m "First public build"
git push --tags

No comments: