PyCharm
 
Get PyCharm

Use tags to mark specific Git commits

Last modified: 11 November 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.

In PyCharm, you can perform operations with tags in the Git Branches popup. To invoke it, in the main window header, click the Git widget with the name of the branch that is currently checked out:

Tags node in the branches popup

You can also manage tags in the Branches pane of the Git tool window Alt09.

Branches pane