git_commit_push.Rd
This function commits all changes in the current directory to Git and pushes the commit to the remote repository.
git_commit_push(message = "")
This function returns a message indicating whether the operations were successful or not.
if (FALSE) { # \dontrun{
git_commit_push("")
} # }