hub fork help says:
fork Make a fork of a remote repository on GitHub and add as remote
Great, that's what I want to do.
hub fork https://github.com/architect/functions
Aborted: could not find any git remote pointing to a GitHub repository
Well yes, that's because I want to make a fork of this repository on GitHub and add as remote, exactly as the help says.
How can I fork a repo and add as a remote with 'hub fork'?