0 votes
in DevOps by
How you will do tagging in git?

1 Answer

0 votes
by

We have following command to create tags in git

Git tag v0.1

...