add_commit_all: Add and Commit All Files

Description Usage Arguments

View source: R/add_commit_all.R

Description

This function adds all the deltas in the working directory to a commit. The commit occurs on the condition that the git status response does not indicate that the working tree is clean.

Usage

1
2
3
4
5
6
add_commit_all(
  commit_message,
  description = NULL,
  verbose = TRUE,
  path_to_local_repo = NULL
)

Arguments

commit_message

If NULL, automatically creates a message in the format of "add/modify filename as written in R script path"

description

additional optional description

verbose

If TRUE, the function prints back the commit response message, Default: TRUE

path_to_local_repo

full path to local repository where the add and commit all will be performed


patelm9/glitter documentation built on Sept. 21, 2020, 5:42 p.m.