Tags & Releases
Mark important points in history
Tags mark important points in history. Typically releases. They're permanent labels on specific commits.
Just a pointer to a commit. Like a bookmark. No extra metadata.
C1
C2
v0.9.0
C3
C4
v1.0.0
C5
C6
v1.1.0
C7
Tags mark release points in the commit timeline
Terminal
$ git tag v1.0.0 $ git tag v1.0.0