Who really wants to go through a web interface to fork a repo, just to head back to the command line to clone it?
Fork and clone your fork all without leaving the comfort of your terminal. 😌
$ gem install lazy_fork
$ git fork <owner>/<repo>
For example, if you wanted to fork this repo:
$ git fork CGA1123/lazy_fork
TODO
Bug reports and pull requests are welcome on GitHub at https://github.com/CGA1123/lazy_fork.
The gem is available as open source under the terms of the MIT License.