📜  如何在终端中注销 git - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:40.731000             🧑  作者: Mango

代码示例2
git config --global --unset user.name
git config --global --unset user.email
git config --global --unset credential.helper