MPS
 
Get MPS

Use tags to mark specific Git commits

Last modified: 14 May 2024

Git allows you to attach tags to commits to mark certain points in the project 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.