mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-09 18:49:37 +01:00
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
|
You can use `--unset` flag to unset your config variable.
|
||
|
git config --local --unset user.name
|
||
|
git config --global --unset user.name
|
||
|
|