Git

From Chorke Wiki
Revision as of 03:19, 18 June 2021 by Shahed (talk | contribs)
Jump to navigation Jump to search

Git Tag

annotated tag
git tag -a v1.5_initial_setup -m 'initial setup'
git tag -a v1.5_initial_setup
lightweight tag
git tag    v1.5_initial_setup

References