I installed git on my Windows computer, when I run git config --global using powershell or cmd.exe, it writes C:\c\Users\xxx\.gitconfig to this file.
While I run the git config command in git - bash, it works with this file: C:\Users\xxx\.gitconfig
Where is the c\ folder located? I do not understand.
How can I tell powershell and cmd.exe to use the same file as git - bash ??
git windows
Aaron shen
source share