mislav / hub

A command-line tool that makes git easier to use with GitHub.
https://hub.github.com/
MIT License
22.75k stars 2.2k forks source link

Forking gists #761

Open tomjakubowski opened 9 years ago

tomjakubowski commented 9 years ago

I've just cloned a gist repository:

[tom@elbridge 788e00bd9293a3b05895]$ git remote -v 
origin  https://gist.github.com/japaric/788e00bd9293a3b05895 (fetch)
origin  https://gist.github.com/japaric/788e00bd9293a3b05895 (push)

And I thought it'd be nice to be able to fork the gist + push to my fork using hub, as can be done with regular GitHub repositories. Alas:

[tom@elbridge 788e00bd9293a3b05895]$ hub fork
Error: repository under 'origin' remote is not a GitHub project
mislav commented 8 years ago

That's not a bad idea!