Skip to content
Tim Reardon edited this page May 8, 2019 · 1 revision

Tagging the Repository

git fetch
git tag -m "Tagging 1.1.0" 1.1.0 origin/master
git push --tags
Clone this wiki locally