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