In this section:
- Creating new Git branch
- Checking out a new Git branch from a local branch
- Creating new local branch from a remote branch
- Invoke the Accessing Git Branches Popup Menu. menu as described in the section
- On the pop-up menu, choose New Branch.
- In the Create new branch dialog box, specify the branch name.
Branch with the specified name is checked out, like
git checkout -b
does.
- Invoke the Accessing Git Branches Popup Menu. menu as described in the section
- On the pop-up list that shows all available local and remote branches, click the desired one, and choose on the submenu.
- In the Create new branch dialog box, specify the branch name.
- Invoke the Accessing Git Branches Popup Menu. menu as described in the section
- On the pop-up list that shows all available local and remote branches, click the desired one, and choose .
- In the Checkout new branch from <branch name> dialog box, specify the name of the new branch.
Branch with the specified name is checked out, and put under tracking.