| git_commit | R Documentation |
Record changes to the repository with a commit message.
git_commit(message, all = FALSE)
message |
Commit message (required) |
all |
Logical; if TRUE, automatically stage modified/deleted files (default: FALSE) |
Invisibly returns TRUE on success
if (FALSE) {
git_commit("Fix bug in data loading")
git_commit("Update README", all = TRUE) # Stage and commit
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.