DataGrip
 
Get DataGrip

Use tags to mark specific Git commits

Last modified: 11 December 2023

Git allows you to attach tags to commits to mark certain points in the project or directory history so that you can refer to them in the future. For example, you can tag a commit that corresponds to a release version, instead of creating a branch to capture a release snapshot.