git_add_commit: Git Add All Changes and Commit

View source: R/git.R

git_add_commitR Documentation

Git Add All Changes and Commit

Description

Much like git commit -am"M", where M is the message.

Usage

git_add_commit(
  path,
  message = "Uncommented Changes: Backing Up",
  untracked = FALSE
)

Arguments

path

The path to the repository.

message

The commit message to use.

untracked

Add files not tracked yet before committing?

Value

The return value of gert::git_commit_all.

See Also

Other git wrappers: git_tag()


packager documentation built on Aug. 16, 2023, 5:08 p.m.