Im looking for the SHA of the current master of a github repo.
If I do something like this: https://api.github.com/repos/ameyer/Arduino-L6470/git/trees/master
The returned SHA is 'master'.
I need a way to check if the version of the master on github is newer than what I have in a cached app, and I figured the SHA would be the best way to check.