Description Usage Arguments Details Value Examples
git2r commit class to character converter
1 | commit2char(commitclass)
|
commitclass |
Commit object |
Uses git2r package.
commit message
1 2 3 4 5 | ## Not run:
committed <- git2r::commit(repo,message =commit.message)
out <- paste("Git",commit2char(committed))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.