git_add_commit: 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?
See Also
Other git wrappers:
git_tag()