+[2020-05-14T23:43:08Z]nedbatfannagoganna: 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]jhassrepo 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.
I need to use when create token to be able to make "git clone"?
+[2020-05-16T01:56:42Z]PaddyFwhen 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]PaddyFlets 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]oprypinPaddyF: yes; to get their changes you `git pull` them yourself +[2020-05-16T02:04:20Z]oprypinnote that "pull request" means you're "asking them to pull from you" so that's the opposite +[2020-05-16T02:04:30Z]PaddyFyes :)