There's an alternative location for the user's gitconfig:
~/.config/git/config
Newer versions of Git support the global (user's) config to be at $XDG_CONFIG_HOME/git/config
See for a more thorough explanation.
Perhaps I will create a pull request for this.
There's an alternative location for the user's gitconfig:
~/.config/git/config
Newer versions of Git support the global (user's) config to be at
$XDG_CONFIG_HOME/git/configSee for a more thorough explanation.
Perhaps I will create a pull request for this.