What is the syntax for specifying Windows paths in .gitconfig?

后端 未结 2 1809
温柔的废话
温柔的废话 2021-01-18 00:50

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         


        
2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-18 01:11

    Based on output of pwd in git bash, I would speculate it is probably

    /d/Scott/Shared/config/common.gitconfig
    

提交回复
热议问题