You can try --unset in git config:
git config --global --unset alias.trololo
I find it safer than editing directly the config file (git config --global --edit)
You can try --unset in git config:
git config --global --unset alias.trololo
I find it safer than editing directly the config file (git config --global --edit)