+ [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. 150356

Posted by peepsalot in #github at 2016-09-13T18:16:52Z

hrm, ok i was able to go to the parent of the commit that renamed it, then view the remainder of the file's history from there. it would be nice if github file history included the full history regardless of renames though
+ [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