问题
Using the following GitHub API it is possible to get the metadata for the commits in a repository, ordered from the latest to the oldest
https://api.github.com/repos/git/git/commits
Is there a way to obtain similar metadata but in the reverse chronological order of commits, that is, starting with the oldest commits in the repository?
NOTE: I want to obtain such metadata without having to download the full repository.
Thanks
来源:https://stackoverflow.com/questions/48948949/get-the-metadata-for-the-first-n-commits-in-a-remote-git-repository