Skip to content

Instantly share code, notes, and snippets.

@martyngigg
Created January 21, 2014 12:22
Show Gist options
  • Save martyngigg/8539043 to your computer and use it in GitHub Desktop.
Save martyngigg/8539043 to your computer and use it in GitHub Desktop.
GitHub API Ref
List tree for SHA: curl -i -H application/vnd.github.v3+json https://api.github.com/repos/martyngigg/workflow/git/trees/HEAD
List tree recursively for SHA: curl -i -H application/vnd.github.v3+json https://api.github.com/repos/martyngigg/workflow/git/trees/HEAD?recursive=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment