Fork a gist
Parameters:
Gist ID
Returns:
Data for the new gist
See Also:
123 124 125
# File 'lib/octokit/client/gists.rb', line 123 def fork_gist(gist, options = {}) post "gists/#{Gist.new gist}/forks", options end