Quick Notes62 words
Using tags — quick notes
Tags — quick notes
| Kind | Contains |
|---|---|
| Lightweight | Just a commit pointer |
| Annotated | Tagger, date, message; can be signed |
- Use annotated tags for releases.
- Tags mark the rollback and hotfix branch point.
- Tags can be moved — treat them as immutable anyway, or every prior reference silently changes meaning.