0

我正在尝试通过 GitHub REST API 获取两个日期之间所有提交的列表。

shell 命令看起来像这样 -

git log --since "DEC 1 2014" --until "DEC 5 2014" --pretty=format:"%h %an %ad"

我想知道如何使用 Octokit.NET 做到这一点?‏</p>

4

0 回答 0