📜  git global username --replace-all - Shell-Bash 代码示例

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

代码示例1
git config --global --replace-all user.name "Your New Name"
git config --global --replace-all user.email "Your new email"

OR

git config --global --unset user.name
git config --global --unset user.email