Login
Remember
Register
Ask a Question
How you will do tagging in git?
0
votes
asked
Dec 1, 2019
in
DevOps
by
SakshiSharma
How you will do tagging in git?
#git-tagging
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 1, 2019
by
rajeshsharma
We have following command to create tags in git
Git tag v0.1
...