I have a ~/.gitconfig file, and I have installed pm2 which creates a folder called ~/config/.
After that, Git assumes that pm2's ~/.config/ folder is where it will find it's settings (spoilers: it's not).
How do I tell Git to stop looking in ~/.config/ and just use good old ~/.gitconfig?
~/.config/git/configexist?.configfolder only contains/configstore/(pm2 stuff)..configdirectory if the git config file exists within it. In fact, that's exactly what it does on my machine.