git_add_commit {packager} | R 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()
[Package packager version 1.15.2 Index]