Skip to main content

Tag

Tag

Tag is a version at a certain point in time. Tags are usually used to identify important versions of the repository, such as creating tags at project milestones. Git uses two main types of tags: lightweight tags and annotated tags. For more information about Git tags, please refer to Git Basics - Tagging in the Git manual.

View tags

There are two entrances to view tags: "tag" and "submit".

View in "tag"

You can view the tag list on the "tag" page. Note tag displays the tag name and description information. Lightweight tags appear as tag names and commits.

You can filter the search by tag name.

View in "Submit"

View the tag in the submission record:

Create tag

The developer role has permission to create tags.

Click "New tag" in "tag", enter the tag name, specify the creation source, enter the description information, and then click "Confirm":

After creation, it will be displayed in the tag list.

Delete tag

Developers and above can delete tags. Select the tag to be deleted in the tag list, click the "Delete" icon, and click "Confirm" to complete the deletion of the selected tag: