+ [2017-01-26T21:23:25Z] RockstarRaccoon Ah, I've got a better way to phrase this: how do I link a repository on my computer to a repository on Github through the desktop app?
+ [2017-01-26T22:15:38Z] ska Can more than one person initiate a review on a PR?
+ [2017-01-26T22:17:41Z] ska I suppose it can get messy trying to seaprate the two..

message no. 162072

Posted by RockstarRaccoon in #github at 2017-01-26T21:16:59Z

Hey, havin' trouble doing something pretty normal... I have a folder on my computer and a repository on Github that's supposed to have the files in that folder (the folder stuff is the latest build, as the last project runner wasn't keeping it up to date). I have the desktop application running, and I've found both the folder on my computer and the repository on my GitHub account. How do I get the files on my computer into
+ [2017-01-27T00:44:33Z] daniel2 In the GitHub API. does repo_id mean the name or the actual id #?
+ [2017-01-28T09:40:47Z] tsdh Hi all. I use gh-pages to just publish a nicely jekyllified version of my README.md. That contains some ```sh\n ...\n``` blocks. In the published page, those are not highlighted and more annoyingly, the line breaks and indentation isn't preserved. Any cure?
+ [2017-01-28T09:41:32Z] tsdh I tried different Jekyll themes but the problem persists.
+ [2017-01-28T09:42:55Z] tsdh In the generated html, the listings are in <code class="...">...</code> blocks but I guess they should additionally be in <pre>...</pre>.