git_config_files | R Documentation |
Potential configuration files:
Locate the path to the system configuration file. If '/etc/gitconfig' doesn't exist, it will look for '%PROGRAMFILES%'.
Locate the path to the global xdg compatible configuration file. The xdg compatible configuration file is usually located in '$HOME/.config/git/config'. This method will try to guess the full path to that file, if the file exists.
The user or global configuration file is usually located in '$HOME/.gitconfig'. This method will try to guess the full path to that file, if the file exists.
Locate the path to the repository specific configuration file, if the file exists.
git_config_files(repo = ".")
repo |
a path to a repository or a |
a data.frame
with one row per potential
configuration file where NA
means not found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.