Git add tag

Aus Laemmi´s Wiki
Zur Navigation springen Zur Suche springen
git checkout master
git pull origin master
git merge -no-ff <BRANCH>
git tag <TAGNAME>
git push --tags origin master