Your Git Cheatsheet
86%
Tags
| Command | What It Does |
|---|---|
git tag | Create a lightweight tag on the current commit |
git tag -a | Create an annotated tag with a description |
git tag -a | Tag an older commit |
git tag | List all tags |
git tag -l "v1.*" | List tags matching a pattern |
Learn Git in a Day
Everything you need, nothing you don'tEnroll now to unlock all content and receive all future updates for free.
