Skip to content

Instantly share code, notes, and snippets.

@chadwhitacre
Created September 10, 2013 20:22
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 chadwhitacre/6515050 to your computer and use it in GitHub Desktop.
Save chadwhitacre/6515050 to your computer and use it in GitHub Desktop.
PERSONAL_API_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxx
REPO=www.gittip.com
HEAD=issue-1426
ISSUE=1426
curl https://api.github.com/repos/gittip/$REPO/pulls \
-u $PERSONAL_API_TOKEN: \
-X POST \
-d"{\"issue\": \"$ISSUE\", \"head\": \"$HEAD\", \"base\": \"master\"}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment