Tags in
git are lightweight references that point to an SHA hash of a commit. Unlike branches, they are not mutable and once created should not be deleted.
Tags may be lightweight (in which case they refer to the commit directly) or annotated (in which case they point to a
tag object which points to the commit).Apr 26, 2011
read more >>