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

Posted by safinaskar in #github at 2016-09-13T21:34:12Z

hi. i want to create some document using github flavoured markdown (gfm) and store it locally and use it locally. i need some way to convert it locally to html. the document is secret, so i don't want to send it to github to see its html representation. i tried "kramdown -i GFM", but it seems it works differently from github, i. e. it preserves newlines (real github converts single newlines into spaces)
+ [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