Reputation: 1388
Is it possible to configure what branch in the GitHub wiki is shown by default on GitHub. For example if I clone a GitHub wiki locally and then create, commit and push a new branch back up to GitHub, is it possible to configure GitHub to show that new branch by default?
From my testing it seems like GitHub just displays whatever is in master by default.
Upvotes: 13
Views: 1858
Reputation: 24298
It is not. Quoting from Github help:
You and your collaborators can create branches when working on wikis, but only changes pushed to the master branch will be made live and available to your readers.
Upvotes: 2