Can I make a pull request on some else's gist on GitHub?
I'm aware of the fork, clone and commit workflow for a gist I own. I'd like to know if I can request to update someone else's gist with my fork.
Thanks!
|
Can I make a pull request on some else's gist on GitHub? I'm aware of the fork, clone and commit workflow for a gist I own. I'd like to know if I can request to update someone else's gist with my fork. Thanks! |
|||
|
|
You cannot currently open a pull request on a Gist. You can comment though on the Gist and ask the author to update the Gist from your fork. |
|||||
|
|
As @Kevin said, unfortunately github doesn't expose a GUI for pull requests on gists. You can however fork the gist, make your changes in the fork, then share a link to your fork with the original author. If the original author is keeping a local cloned repository of their gist (see How do you manage your gists on github?) then they can do a pull against your fork as a remote using the gist # (e.g. |
|||
|
|
|
Pulling Gists isn't possible in the same manner as
This way, it's differential and a lot easier to view/apply the changes, especially if it affects multiple files. |
|||
|
|