Feedback

Chat Icon

Learn Git in a Day

Everything you need, nothing you don't

Your Git Cheatsheet
86%

Tags

CommandWhat It Does
git tagCreate a lightweight tag on the current commit
git tag -a-m "message"Create an annotated tag with a description
git tag -a-m "msg"Tag an older commit
git tagList all tags
git tag -l "v1.*"List tags matching a pattern

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.