Skip to content

Instantly share code, notes, and snippets.

@theredpea
Created November 19, 2018 02:06
Show Gist options
  • Save theredpea/d72a7157c8a3854707b2cee24c10d8cc to your computer and use it in GitHub Desktop.
Save theredpea/d72a7157c8a3854707b2cee24c10d8cc to your computer and use it in GitHub Desktop.
curl -u theredpea:USER_PASSWORD "https://api.github.com/repos/OWNER/REPO/commits?author=theredpea&since=2018-11-10&sha=feature/GeneralUiEnhancements"c
curl -H "Authorization: token AUTH_TOKEN_GENERATED_AT_GITHUB" "https://api.github.com/repos/OWNER/REPO/commits?author=theredpea&since=2018-11-10&sha=feature/GeneralUiEnhancements"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment