📜  git config user setup - Shell-Bash 代码示例

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

代码示例2
git config --global user.name "YourName"
git config --global user.email youremail@gmail.com