PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Use tags to mark specific Git commits

Last modified: 07 September 2023

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.