What does git tag do?

Git Easy

Git — Easy

What does git tag do?

Key points

  • Git tag is a reference to a specific commit
  • It's commonly used for marking release versions
  • Git tag doesn't modify the commit itself
  • It provides a human-readable name for a commit

Ready to go further?

Related questions