Skip to content

Tags

You can use the Tags tab to manage local and remote Git tags.

To open the Tags tab, click Git > Tags.

Tags are listed chronologically by default and display the following information.

  • Name: The name of the tag.
  • Commit hash: The identifying hash of the commit associated with the tag.
  • Remote status badge: The status badge that indicates if the tag is pushed to the remote.

Create a new tag

To create a new tag, complete the following steps.

  1. In the Tags tab, click New Tag.
  2. In the Create Tag dialog, enter the tag name in the Name field and click Create.

You can replace tags with the same name and push the tags immediately to the remote.

Sort tags

Click the Sort tags dropdown to sort tags by date (newest), date (oldest), name (A-Z), or name (Z-A). You can also filter tags by name with the Filter tags field.

Delete tags

To delete a tag, click the Delete tag icon. In the Delete Tag dialog, click Delete to delete the tag locally and remotely.

Click Prune to remove local tags that no longer exist on the remote branch.

Push tags to remote

Tags have a remote status badge that shows if a tag is pushed to the remote. To push a local tag to remote, click the Push tag to remote badge. Diverged tags can be force-pushed or re-fetched from the remote.