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

Posted by danslo in #github at 2016-09-13T09:53:49Z

melleb: you either need push access to the original fork, or checkout his work and create your own PR. for the latter, see: https://help.github.com/articles/checking-out-pull-requests-locally/
+ [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