| git_config {gert} | R Documentation |
Shows the version of libgit2 and which features have been enabled.
libgit2_config() git_config(repo = ".") git_config_global() git_config_set(name, value, repo = ".") git_config_global_set(name, value)
repo |
a path to an existing repository, or a |
name |
setting name |
value |
setting value, must be string, bool, number or NULL |
Other git: branch, commit,
fetch, repository,
signature