How To Add Code Version In Git

[Solved] How To Add Code Version In Git | Shell - Code Explorer | yomemimo.com
Question : how to add code version in git

Answered by : foolish-flatworm-2w1tfgumsdaz

git tag -a "v1.5.0-beta" -m "version v1.5.0-beta"

Source : https://stackoverflow.com/questions/37814286/how-to-manage-the-version-number-in-git | Last Update : Sat, 03 Oct 20

Answers related to how to add code version in git

Code Explorer Popular Question For Shell