On Nov 15, 2:05 am, Mark Carter <alt.mcar...@gmail.com> wrote: > It creates a complication: there's no way for the branches to "talk" > to each other. It means that I can't generate html from my main branch > (maybe I want to run a doc generator on my python code, maybe I have > markdown text from which I want to generate both man pages, info and > html).
I have project and project-doc. When I generate docs, I write them into project-doc and then just treat that as a separate repo. It basically does what you're asking for, except it works today. I also wrote a command for doing a commit without history for all my generated documentation: https://github.com/dustin/bindir/blob/master/git-baseless-commit -- You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to git...@googlegroups.com. To unsubscribe from this group, send email to github+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/github?hl=en.