Skip to content

Instantly share code, notes, and snippets.

@tschaub
Created October 24, 2012 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tschaub/3947469 to your computer and use it in GitHub Desktop.
Save tschaub/3947469 to your computer and use it in GitHub Desktop.
Use httpie to turn a GitHub issue into a pull request
http -a <your-username> POST https://api.github.com/repos/<remote-user>/<repo-name>/pulls issue=<issue-number> head=<your-username>:<your-branch> base=master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment