One of the 100 questions in this topic
How much do you know about Git and Version Control?The git tag command followed by a name is used to create a tag on the current commit. You can also specify a particular commit or create an annotated tag with git tag -a name -m "message".