Ability to give commits a name by "Tagging" them. Differs from branches in that tags may carry their own descriptions (optionally), and in that tags are expected not to change (while branches should normally see further development)
I would use tag to create a tag, and either tag -s or show to display tag data
Ability to give commits a name by "Tagging" them. Differs from branches in that tags may carry their own descriptions (optionally), and in that tags are expected not to change (while branches should normally see further development)
I would use
tagto create a tag, and eithertag -sorshowto display tag data