Are you searching where your git config is located? With the following command you can search
git config --list --show-origin
With the command –list, it shows all the configs and with the command –show-origin you should see where it is located