Home > SQL Developer Dialog Boxes ... > Git: Create Branch
Creates a branch, beginning with an existing branch. Note that you can also create a new branch by checking out files from your repository and giving the checked-out files a new branch name.
Name: Name of the branch to be created.
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 can add a tag to this branch when you create the branch. If you know the name of the tag you want to use, type the tag name. Otherwise, click Select Tag to browse the list of available tags.
Use Commit ID: The ID for the commit for which this branch will be created. Click Select Commit to browse from available commit options.
Related Topics