Closed marcamillion closed 11 years ago
Try git submodules!
And please use our mailing list for future inquiries of this nature.
Do you have a link to a successful deployment using Git submodules?
Marc Gayle www.marcgayle.com www.twitter.com/marcgayle
On Fri, Apr 5, 2013 at 9:08 PM, Parker Moore notifications@github.comwrote:
Try git submodules!
And please use our mailing listhttps://groups.google.com/forum/?fromgroups#!forum/octopressfor future inquiries of this nature.
— Reply to this email directly or view it on GitHubhttps://github.com/imathis/octopress/issues/1187#issuecomment-15989257 .
No, but I know it can be done :)
I am a n00b Octopress user and am just getting my first blog setup.
If I understand it correctly, the contents of my blog are stored in my
octopress/_deploy
folder?If that is the case, I am not quite sure how I can get 3 blogs working easily?
Ideally, I have 3 separate folders on my filesystem - with 3 different git repos.
I would like to be able to
ls
to each and do a simplegit push github gh-pages
and it handles it properly to thegit remote
I setup for each repo in advance.How do I get that functionality?