Work on a issue - mirandarfsm/escala-rest-api GitHub Wiki
- Create a feature branch to work on this issue:
(master) $ git checkout -b issue/472-issue-title
Work and commit onto your branch as normal.
- Now push to the remote:
(issue/472-issue-title) $ git push -u origin issue/472-issue-title
- Attach your commits to the original issue, thereby converting it into a pull request.
(issue/472-issue-title) $ hub pull-request -i 472 -h mirandarfsm:issue/472-issue-title
where mirandarfsm is the Github username of the owner of the origin remote.
References
https://codeinthehole.com/tips/converting-github-issues-into-pull-requests/