Ich habe einen globalen Konfigurationsbefehl in git zum Ausschluss bestimmter Dateien mit einer .gitignore_global
Datei:
git config --global core.excludesfile ~/.gitignore_global
Gibt es eine Möglichkeit, die Erstellung dieser Einstellung global rückgängig zu machen?