Reputation: 1089
I've hosted a github project. The actual work I did is on the
ssd
branch (not master
).
When I land on my github site via https://github.com/ and click on my repo
ssd-spacenet
, I get the master
branch by default. What I want is github to point to my work branch (in this case, the
ssd
branch) and not the master
branch when I click on the repo link.
Right now, I have to go to the branch button (top and right) and select the ssd
branch as the master branch shows up by default.
Is there some setting for this?
Thank you.
Upvotes: 1
Views: 89
Reputation: 1001
In the project settings in the Branches
menu you can select the default branch
that you want. After updating, when you do to your project page, the selected branch will be selected.
Upvotes: 2