git - get size of commit from github api -
i've been looking through github api trying work out there's simple way size of commit, i.e. what's amount of change took place:
https://developer.github.com/v3/repos/commits/
my google , stackoverflow searches turned up:
git: show total file size difference between 2 commits?
and few other command line options, wonder if knows of way through github api?
many in advance
Comments
Post a Comment