Git 常用命令
Git 常用命令
设置用户名和邮箱
全局
1
2
git config --global user.name SunSeaLucky
git config --global user.email sunsealucky@gmail.com
当前工作区
1
2
git config user.name SunSeaLucky
git config user.email sunsealucky@gmail.com
This post is licensed under CC BY 4.0 by the author.