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

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