Allow forks of own gists #14882
Unanswered
ackvf
asked this question in
Other Feature Feedback, Questions, & Ideas
Replies: 1 comment
-
|
My company is using gists in a way where it would be very useful to be able to fork your own gist. I really don't understand why this is not allowed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that people have been searching for a way to fork their own gists since beginning. https://stackoverflow.com/questions/14988168/how-to-fork-my-own-gist-on-github
They were using numerous hacks, even such as manipulating the html and adding the button themselves.
However, non of that seems to be possible any more. Even when using the Github API you get this response:
https://api.github.com/gists/:gist_id/forkshttps://docs.github.com/v3/gists/#fork-a-gist
Sure I can clone the gist and create new one, but that does not create that Forked from abc/xyz link, which adds more context and is generally useful.
So I wonder, why was this disallowed in the first place? And can we have this allowed?
Beta Was this translation helpful? Give feedback.
All reactions