+ [2016-09-13T23:14:00Z] wagle yeah, 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] wagle submodules would be the way to go.. modulo me not understanding them yet
+ [2016-09-13T23:14:53Z] Zarthus your programming language of choice might also offer solutions you're content with
+ [2016-09-13T23:15:00Z] wagle people find the non-main repo and try to go from there
+ [2016-09-13T23:15:00Z] Zarthus (like composer accepting git urls)

message no. 150364

Posted by xcyclist in #github at 2016-09-13T20:53:38Z

Anybody out there know visual studio? I'm having a time-labor disaster trying to make the sucker work with github.
+ [2016-09-14T10:06:03Z] okdamn How to keep an empty folder in the repo?
+ [2016-09-14T10:06:17Z] okdamn not the content just the empty folder
+ [2016-09-14T10:07:09Z] ThiefMaster you need to add an (empty) file
+ [2016-09-14T10:07:18Z] ThiefMaster usually people just call it `.keep` or something like that