-
-
Notifications
You must be signed in to change notification settings - Fork 16
Branches
Simeon Radivoev edited this page Jul 4, 2017
·
2 revisions
There are 2 ways of creating a branch.
- In the settings window under the branches tab there is a
Create Branch
button. Using that button, a branch can be created from the current active commit. - If a specific commit is wanted as a starting point, the
Git History
windows can be used by hitting the options button on a commit and choosing the 'Branch Out' option. You will then be take to the options window for creating a new branch.
There are 2 ways of switching to branches.
- While viewing a commit history of a certain branch in the
Git History
window, a button called Switch allows switching to currently viewed branch. - In the settings menu under the
Branches
tab.
Features and Usage: