Git

From Chorke Wiki
Jump to navigation Jump to search

Git Tag

git tag -a v1.4 -m "my version 1.4"
git tag <tagname>
git tag -a v1.4

References