Git

From Chorke Wiki
Revision as of 01:16, 18 June 2021 by Shahed (talk | contribs)
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