Skip to content

Instantly share code, notes, and snippets.

@docteurklein
Last active December 21, 2015 07:48
Show Gist options
  • Save docteurklein/6273504 to your computer and use it in GitHub Desktop.
Save docteurklein/6273504 to your computer and use it in GitHub Desktop.
change a github issue to a pr
curl --user "docteurklein" -X POST \
"https://api.github.com/repos/KnpLabs/KnpRadBundle/pulls" \
-d'{"issue": 83, "head": "KnpLabs:bugfix/83-csrf-check-option", "base":"develop"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment