mcgraths
1/5/2015 - 12:42 PM

Create a Git Tag

Create a Git Tag

git tag -a v1.0.1 -m "Tag description"
git push --tags