Corresponding Git command: git branch --copy
Symbol:
Function: Create a new local branch.
Call: Copy command in the Local Branches view
Requirement: A local branch already exists.
Source branch |
Name of the branch which is copied |
New branch name |
Input field for the new branch name |
Force |
If there are uncommitted changes at the time of checkout, then by default the branches cannot be switched. However, this can be forced by means of the selected Force option. |
Checkout |
The new branch is immediately checked out when it is created and is selected with a check mark as Current. |