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)
setting name
setting value, must be string, bool, number or NULL
Other git: branch
, commit
,
fetch
, repository
,
signature