Reputation: 21
I'm using Git repository of IBM DevOps Service. In the overview screen, files of master branch are always shown though I works mainly on develop branch. The develop branch is listed in the list box I know, but I'd like to get files on develop branch immediately. Also I know, in the case of normal GitLab, I can set default branch in setting screen. But I cannot find similar setting on IBM DevOps Service.
Do you know how to change the active branch on Git repository of IBM DevOps Service?
Upvotes: 2
Views: 144
Reputation: 11
If I understand your situation correctly, with DevOps Services you can check out the develop branch instead of switching to it each time. If you check out the branch, it stays as your active branch, even if you shut down.
To check out a branch:
I hope that helps.
Upvotes: 1