Learn R Programming

gitGPT (version 0.1.3)

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.

Examples

Run this code
if (FALSE) {
  add_commit_push()
}

Run the code above in your browser using DataLab