gitgitlab
gitgitlab copied to clipboard
Look in all global GIT config files for GitLab URL
Look in all global GIT config files for the GitLab URL, as listed in section FILES on https://git-scm.herokuapp.com/docs/git-config.
Fixes #6
The modification to get_global_config_parser is ugly because a writeable config can't have multiple sources. Suggestions for improvements are welcome.