If I set configuration on my ~/.gitconfig
file, which config would override it?
.git/config
/etc/gitconfig
Lowest to highest priority:
/etc/gitconfig
: system wide, edited when --system
parameter is used~/.gitconfig
: user specific configuration, edited when --global
parameter is used.git/config
: repository specific configuration