Git: Create Tag Dialog Box
See Also
The Create Tag dialog box enables you to create a tag to refer to a particular commit.
You access this dialog box by selecting a versioned project, file or folder and either:
- choose Team > Git > Tag > Create Tag from the main menu.
- right-click the selected item and choose Git > Tag > Create Tag.
To create a tag:
- Specify the following in the Create Tag dialog box:
- Tag Name. Specify the name of the tag being created.
- Tag Message. Enter a comment to be included with the tag.
- Force Update. Select to displace an existing tag with an identical name.
- Revision. Type a specific revision of the selected item by entering a commit ID, existing branch, or tag name. Alternatively, click Select to open the Select Revision dialog box where you can view the list of revisions maintained in the repository and choose the required one.
- Review information pertinent to the specified revision in the following fields:
- Commit ID. A unique identifier of the specified revision.
- Author. Name of a person who committed the revision.
- Message. A message specified during the commit of the revision.
- Click Create.
The tag is added to the specified revision.
- See Also
- About Git Support
- Git Tasks: Quick Reference
- Working with Branches
Legal Notices