mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-21 16:19:37 +01:00
TIL: Removing a git config option
This commit is contained in:
parent
60d2d13e1d
commit
f786fd27da
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
|
||||
|
Loading…
Reference in New Issue
Block a user