git_add_commit | R Documentation |
Much like git commit -am"M"
, where M
is the
message
.
git_add_commit(
path,
message = "Uncommented Changes: Backing Up",
untracked = FALSE
)
path |
The path to the repository. |
message |
The commit message to use. |
untracked |
Add files not tracked yet before committing? |
The return value of
gert::git_commit_all
.
Other git wrappers:
git_tag()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.