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 = ".")
a data.frame
with one row per potential
configuration file where NA
means not found.
a path to a repository or a git_repository
object. Default is '.'