📜  git firsttime setup - Shell-Bash 代码示例

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

代码示例1
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com