+[2016-09-13T23:14:00Z]wagleyeah, that toplevel repo says what to do and where to do it.. thought I'd make that clearer by nesting the real repos +[2016-09-13T23:14:31Z]waglesubmodules would be the way to go.. modulo me not understanding them yet +[2016-09-13T23:14:53Z]Zarthusyour programming language of choice might also offer solutions you're content with +[2016-09-13T23:15:00Z]waglepeople find the non-main repo and try to go from there +[2016-09-13T23:15:00Z]Zarthus(like composer accepting git urls)
but I don't want us to push feature branches to the main repo to issue PRs from the main repo
+[2016-09-14T10:06:03Z]okdamnHow to keep an empty folder in the repo? +[2016-09-14T10:06:17Z]okdamnnot the content just the empty folder +[2016-09-14T10:07:03Z]ThiefMasternot possible +[2016-09-14T10:07:09Z]ThiefMasteryou need to add an (empty) file +[2016-09-14T10:07:18Z]ThiefMasterusually people just call it `.keep` or something like that