Feedback

Chat Icon

Learn Git in a Day

Everything you need, nothing you don't

Mark the Milestones
71%

Summary

CommandWhat It Does
git tag v1.0Create a lightweight tag
git tag -a v1.0 -m "message"Create an annotated tag with a message
git tagList all tags
git show v1.0View tag details and the commit it points to

Learn Git in a Day

Everything you need, nothing you don't

Enroll now to unlock all content and receive all future updates for free.