View source: R/add_commit_all.R
This function adds all the deltas in the working directory to a commit. The commit occurs on the condition that the git status response does not indicate that the working tree is clean.
1 2 3 4 5 6 | add_commit_all(
commit_message,
description = NULL,
verbose = TRUE,
path_to_local_repo = NULL
)
|
commit_message |
If NULL, automatically creates a message in the format of "add/modify filename as written in R script path" |
description |
additional optional description |
verbose |
If TRUE, the function prints back the commit response message, Default: TRUE |
path_to_local_repo |
full path to local repository where the add and commit all will be performed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.