This function commits all changes in the current directory to Git and pushes the commit to the remote repository.

git_commit_push(message = "")

Arguments

message

A string specifying the commit message.

Value

This function returns a message indicating whether the operations were successful or not.

Examples

if (FALSE) { # \dontrun{
  git_commit_push("")
} # }