Skip to content

Releases: byxdigital/Byx.DevTools.CSIDE-Source-Control

Git Branch Release

01 Sep 10:22
Compare
Choose a tag to compare

It is now possible to use multiple branches. BUT you still have to use cmd promt to switch between them.

Open command Promt and type in the path to where the git repository are located.

To view all branches type:

git branch

To create new branch named ‘develop’:

git checkout -b develop

To switch to the 'develop' branch:

git checkout develop

After changing branch click the "Status" button and make sure the new branch is shown in the statusbar bottom right.