$ git clone github/hub $ cd hub
$ git checkout -b feature
$ git commit -m "done with feature"
$ git fork
$ git push YOUR_USER feature
$ git pull-request
$ git clone github/hub $ cd hub
$ git checkout -b feature
$ git commit -m "done with feature"
$ git fork
$ git push YOUR_USER feature
$ git pull-request