TIL: Removing a git config option

This commit is contained in:
Şahin Akkaya 2022-01-26 18:04:11 +03:00
parent 60d2d13e1d
commit f786fd27da

View File

@ -0,0 +1,4 @@
You can use `--unset` flag to unset your config variable.
git config --local --unset user.name
git config --global --unset user.name