Git: Manage Tags Dialog Box
See Also
The Manage Tags dialog box enables you to browse and delete tags.
You access this dialog box by selecting a versioned project, file or folder and either:
- choosing Team > Git > Tag > Manage Tags from the main menu
- right-clicking the selected item and choose Git > Tag > Manage Tags.
To manage a tag:
- In the All Tags list, select a tag.
- Review information pertinent to the selected tag in the following fields:
- Name. The name of the tag.
- Tag ID. A specific ID of the selected tag.
- Tagger. Name of a person who created the tag.
- Message. A comment that was added when the tag was created.
- Tagged Object. A repository object that the tag is bound with.
Usually it is a specific revision
with the following fields available for review:
- Commit ID. A unique identifier of the tagged revision.
- Author. Name of a person who committed the tagged revision.
- Message. A message specified during the commit of the revision.
- Click Delete to delete a tag or OK to close the dialog box.
- See Also
- About Git Support
- Git Tasks: Quick Reference
- Working with Branches
Legal Notices