git tags
Tagging a commit is a simple way to mark an important point in a project’s history. Tags are commonly used to track releases using the semantic versioning major.minor.patch
.
Here’s a few things to know about tags
1. Tags can be applied to any commit by SHA
2. Tags need to be pushed in order to be shared
They are not pushed as part of the normal git push
process for commits