Using Git tags is a really helpful way to mark important points in your project’s commit history. You can use them to highlight versions, or significant changes. Tags are like our little notes that help us keep track of release versions, like v1.0.0 which we can easily use to find the way back to the exact version of the repository.

A comprehensive guide to mastering the utilization of Git tags | by Hamza Sehouli | Medium

Using Git tags is a really helpful way to mark important points in your project’s commit history. You can use them to highlight versions…

favicon medium.com