Last active
December 21, 2015 07:48
-
-
Save docteurklein/6273504 to your computer and use it in GitHub Desktop.
change a github issue to a pr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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