Hi, When both ~/.gitconfig and ~/.config/git/config exist, git will read both. But when using `git config --global --unset`, it will only touch the first one. So unsetting config items from ~/.config/git/config is not possible from the command line when ~/.gitconfig exists. Mike