I\'m trying to use the include.path config described here, but I can\'t seem to find the correct path syntax on Windows.
My current .gitconfig:
[inc
Ok, figured this out. The trick is:
So the correct version of the above is:
[include]
path = "D:/Scott/Shared/config/common.gitconfig"
Based on output of pwd in git bash, I would speculate it is probably
/d/Scott/Shared/config/common.gitconfig