Tag (Git)
A Git tag is a label that marks a specific commit, most often used to mark release versions like v1.0.0. Unlike a branch, a tag is fixed and doesn't move as…
A Git tag is a label that marks a specific commit, most often used to mark release versions like v1.0.0. Unlike a branch, a tag is fixed and doesn't move as…