📜  设置 github repo 电子邮件和名称 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:17.351000             🧑  作者: Mango
代码示例1
git config user.email 'email@example.com'
git config user.name 'Masroor Hussain'