powered by
Much like git commit -am"M", where M is the message.
git commit -am"M"
M
message
git_add_commit( path, message = "Uncommented Changes: Backing Up", untracked = FALSE )
The return value of gert::git_commit_all.
gert::git_commit_all
The path to the repository.
The commit message to use.
Add files not tracked yet before committing?
Other git wrappers: git_tag()
git_tag()