mirror of
https://github.com/sahinakkaya/til.git
synced 2025-07-13 06:39:41 +03:00
TIL: Removing a git config option
This commit is contained in:
4
git/removing-a-git-config-option
Normal file
4
git/removing-a-git-config-option
Normal 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
|
||||
|
Reference in New Issue
Block a user