Reputation: 26637
I got two branches now that I can't merge because they have nothing in common.
Will there be trouble if I keep it this way or should I try and keep one branch for both gh-pages and master? (It's github enterprise and not on github.com.)
I can view the pages that are created and edit the pages. I just wonder if I should keep two branches with nothing in common or merge gh-pages with the master branch.
Upvotes: 1
Views: 2461
Reputation: 1
These days you do not have to use a gh-pages
branch.
This way you can keep everything on one branch, and still keep code separate from documentation.
Upvotes: 4