add_commit_push | R Documentation |
Aautomates the process of adding changes to a Git repository, committing those changes with a commit message, and pushing the changes to a remote repository.
add_commit_push(commit_message, prepend)
commit_message |
A character string containing the commit message for the changes. |
prepend |
A character string to prepend to the commit message. Defaults to an empty string. |
No return value, called for side effects.
## Not run:
add_commit_push()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.