add_and_commit: This function adds files to the git tracking list to solve...

View source: R/add_and_commit.R

add_and_commitR Documentation

This function adds files to the git tracking list to solve the untracked files problem.

Description

This function adds files to the git tracking list to solve the untracked files problem.

Usage

add_and_commit(
  files,
  repository = "Frost2021Package",
  message = "Working on it",
  commit = TRUE
)

Arguments

files,

the files

repository,

the repository

message,

commit message


kingsuching/Frost2021Package documentation built on March 19, 2022, 11:51 p.m.