Skip to content

Instantly share code, notes, and snippets.

@coldclimate
Created June 25, 2013 11:23
Show Gist options
  • Save coldclimate/5857746 to your computer and use it in GitHub Desktop.
Save coldclimate/5857746 to your computer and use it in GitHub Desktop.
get all commits for a pull request using jq
curl -s -u coldclimate "https://api.github.com/repos/canddi/canddi/pulls/114/commits" | jq '.[] | {sha}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment