Difference between revisions of "Git tag"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "``` git tag -a v6.0.3 -m "Agent2 v6.0.3" git push origin v6.0.3 ```")
(No difference)

Revision as of 15:53, 13 April 2022

git tag -a v6.0.3 -m "Agent2 v6.0.3"
git push origin v6.0.3