Created
November 19, 2018 02:06
-
-
Save theredpea/d72a7157c8a3854707b2cee24c10d8cc to your computer and use it in GitHub Desktop.
This file contains hidden or 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 -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