About tags in GitHub Desktop
GitHub Desktop allows you to create annotated tags. You can use a tag to mark an individual point in your repository's history, including a version number for a release. For more information about release tags, see "About releases."
By default, GitHub Desktop will push the tag that you create to your repository with the associated commit.
Creating a tag
- Click History.
- Right-click the commit and click Create Tag....
- Type the name of the tag.
- Click Create Tag.
Viewing tags
-
Click History.
-
Click the commit.
Note: GitHub Desktop displays an arrow if the tag has not been pushed to the remote repository.
-
All tags associated with the commit are visible in that commit's metadata.