| git_log | R Documentation |
Show recent commit history.
git_log(n = 10, oneline = TRUE)
n |
Number of commits to show (default: 10) |
oneline |
Logical; if TRUE, show condensed one-line format (default: TRUE) |
Invisibly returns the log output as a character vector
if (FALSE) {
git_log()
git_log(n = 5)
git_log(oneline = FALSE) # Full format
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.