Description Usage Arguments Examples
Get your Git commit history as a data frame or raw text between two specified dates.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
from |
Starting date. |
to |
Ending date. |
author |
Optional author of the commits. |
path |
Optional path of your Git repository. |
raw |
Whether the output is a raw string vector ( |
clipboard |
If |
1 | get_history(from = "2019-06-01")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.