git tag and git verify-tag commands

Here the commands for git tag and git verify-tag commands. We use tags to manage our releases. To create a tag

git tag -a [TAG NAME OR VERSION – ex- V1.2.0.0]

If you want to confirm or verify a tag, you can use git verify-tag command.

git verify-tag [TAG NAME OR VERSION – ex- V1.2.0.0]


Related Git commands and Tutorials.

git tag and git verify-tag commands

Thank you for reading. If you are interesting on my article, make sure to follow my other articles as well. Make sure to leave a comment.

guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x