git_init | R Documentation |
FUNCTION_DESCRIPTION
git_init(path = ".", commit = TRUE)
path |
PARAM_DESCRIPTION, Default: '.' |
commit |
PARAM_DESCRIPTION, Default: TRUE |
DETAILS
no return value
init
,add
,commit
if (interactive()) { # initialise a git repository and stage all files git_init(commit = FALSE) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.