$ git clone <url/project-name> $ cd
$ git checkout -b new-feature $ git add .
$ git commit -m "done with feature"
$ hub fork
$ git remote add YOUR_USER git://github.com/YOUR_USER/hub.git
$ git push YOUR_USER new-feature
$ hub pull-request
$ git clone <url/project-name> $ cd
$ git checkout -b new-feature $ git add .
$ git commit -m "done with feature"
$ hub fork
$ git remote add YOUR_USER git://github.com/YOUR_USER/hub.git
$ git push YOUR_USER new-feature
$ hub pull-request