Git Lightweight Tags

[Solved] Git Lightweight Tags | Shell - Code Explorer | yomemimo.com
Question : git lightweight tags

Answered by : flavio-moreira

// git add lightweight tag
$ git tag v1.4-lw
$ git tag
v0.1
v1.3
v1.4
v1.4-lw
v1.5

Source : https://git-scm.com/book/en/v2/Git-Basics-Tagging | Last Update : Sat, 14 May 22

Answers related to git lightweight tags

Code Explorer Popular Question For Shell