📌  相关文章
📜  如何从终端登录 github - Shell-Bash 代码示例

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

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

or to see the signed in user

git config --list