mirror of
https://github.com/sahinakkaya/til.git
synced 2025-11-25 04:45:10 +03: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
|
|
|