add_commit_push {gitGPT} | R Documentation |
Add, commit, and push changes to a Git repository
Description
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.
Usage
add_commit_push(commit_message, prepend)
Arguments
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. |
Value
No return value, called for side effects.
Examples
## Not run:
add_commit_push()
## End(Not run)
[Package gitGPT version 0.1.3 Index]