Slide 16
Slide 16 text
Tagging for Releases
Git has two types of tags:
• simple tags are just a label, like a branch that
doesn't advance
• annotated tags are an object, they can
contain messages
git tag -a v2.11 -m "v2.11 with caching"
Then push the tag