Replies: 1 comment
-
I don't understand your workflow. If you are using Why there would be merge conflict? The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I use
quarto publish gh-pages
based on the official documentation. This means that git is configured to upload the rendered output in thegh-pages
branch. Now I want to know of the approaches to be taken to version control the source files. When uploading the source files to the main branch, for example, there would be huge differences and merge conflicts between the gh-pages and the main branch. Another approach would be to store the source files in a separate repository. If so, how do I go about it. I would also like to know what are the other approaches taken to solve this issue if the approach I mentioned is not efficient. Also I believe a separate repo would also help in case I have to save drafts and not publish content unless completed. The source branch can be kept private as and when required.Beta Was this translation helpful? Give feedback.
All reactions