Branch
Last updated
Was this helpful?
Last updated
Was this helpful?
You can easily manage branches using the [Branch] tab() in the Git Sidebar. It shows the list of currently created branches and indicates the branch you are working on.
You can change the branch you want to work on by selecting a branch from the branch list.
The Branch tab offers 3 commands you can select a single branch to execute a command.
Create a new Branch Creates a new branch. Click the button and a pop-up window will appear where you can enter a name for the branch. Enter the branch name and click the [OK] button to complete the branch creation.
Checkout new branch Moves the working directory to the selected branch. After clicking the button, the [Branch] tab and Project Sidebar will update and you will see that your current location has been moved to the selected branch.
When you create a branch, you can select a starting point for the branch.
You can select the parent commit of the current working copy, a specific commit, a specific branch, a specific tag, or you can select a commit directly from the list of the last 15 commits.
Merge into selected branch Merges the selected branch into the desired branch.