add_commit_push: 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)
Value
No return value, called for side effects.
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.