+ [2020-05-14T23:43:08Z] nedbat fannagoganna: you can send text to gist and then automatically open the URL it produces
+ [2020-05-15T08:05:21Z] user217_ hello. Which permission
+ [2020-05-15T08:06:21Z] user217_ I need to use when create token to be able to make "git clone"?
+ [2020-05-15T09:33:00Z] jhass repo I believe
+ [2020-05-15T15:18:04Z] fannagoganna @nedbat thought I would update you, the nominal markdown converstion github REST endpoint, https://api.github.com/markdown, can also read in restructuredtext. I tried it out a few minutes ago, and it works.

message no. 180585

Posted by fannagoganna in #github at 2020-05-15T15:18:04Z

@nedbat thought I would update you, the nominal markdown converstion github REST endpoint, https://api.github.com/markdown, can also read in restructuredtext. I tried it out a few minutes ago, and it works.
+ [2020-05-16T01:56:42Z] PaddyF when i try to make changes to a project, the proper procedure is to fork it, apply changes and then sent them a pull request, right?
+ [2020-05-16T01:57:57Z] PaddyF lets say i know they wont care about my changes, then i dont need to send a pull request. how do i fetch their changes then?
+ [2020-05-16T02:03:49Z] oprypin PaddyF: yes; to get their changes you `git pull` them yourself
+ [2020-05-16T02:04:20Z] oprypin note that "pull request" means you're "asking them to pull from you" so that's the opposite
+ [2020-05-16T02:04:30Z] PaddyF yes :)