Create a personal local feature branch and encode it
Pop-up the Select Branch window and select the personal features branch you want to toggle (Note: Create local personal attributes branch based on remote personal attributes branch)
Click Ok,branch Name: The branch name is the same as the remote branch name and does not need to be modified. By default, checkout new branch is checked, after the branch is created and switched to that branch.
Click Finish to create a personal local feature branch.
From the project name you can see that you have switched to the newly created local personal branch
From branches/local you can see that there is a new branch in the local, and that you have switched to that branch
From references you can see the head pointing to the newly created local personal branch
switch to other local branches
If you want to switch to a local other personal attributes branch, and the branch is already created. You just need to switch, and you don't need to recreate it. For example, there are currently two local branches: You can switch by checkout
In Branches/local, select the local branch you want to switch to, such as Master, right-click, and select Checkout, you can switch to the local master branch.
Creating and switching individual local branches of git and Eclipse integration