Description Usage Arguments Value
Lists commits for a specified repository over a date range.
1 | getCommits(owner, repo, start, end)
|
owner |
The GitHub repository owner. |
repo |
The GitHub repository name. |
start |
Beginning of date range in yyyy-mm-dd format. Can be strings or date objects. |
end |
End of date range in yyyy-mm-dd format. Can be strings or date objects. |
A list where each element contains information about a single commit including author, date, and commit message.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.