View source: R/gh_commits_get.R
gh_commits_get | R Documentation |
Get commits for a repo
gh_commits_get(full_names, days_back, ...)
full_names |
Vector of repo names (format 'org/repo') |
days_back |
How many days back to look for commits. |
... |
Pass down options to |
New Columns
org/repo
Author name
Author type / relationship to repo
Email on commit
Date time of commit
Unique hash - can be joined on repo_sha from gh_repo_files_get()
The commit message
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.