add_commit_push: Add, commit, and push changes to a Git repository

View source: R/commit.R

add_commit_pushR 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)

gitGPT documentation built on April 5, 2023, 5:17 p.m.