Home > SQL Developer Dialog Boxes ... > Git: Create Tag
Creates a tag, selecting from available branches and existing tags.
Name: Name of the tag to be created.
Comments: A comment about this tag, such as the release it is intended to support, a bug it is meant to fix, or some other identifying information that will help you select it properly in future.
Branch: Branch against which you intend to use this tag. You can type the branch name into the field, or you can click Select Branch to browse available branches.
Tag: You create a tag which is a subset of an existing tag. If you know the name of the tag from which you want to create a subset, type the tag name.Otherwise, click Select Tag to browse the list of available tags.
Use Commit ID: The ID for the commit to which this tag will be applied. Click Select Commit to browse from available commit options. The default commit ID is the most recent one created.
Related Topics