til/git/removing-a-git-config-option

5 lines
134 B
Plaintext
Raw Permalink Normal View History

2022-01-26 16:04:11 +01:00
You can use `--unset` flag to unset your config variable.
git config --local --unset user.name
git config --global --unset user.name