基本命令
1.首先做全局用户签名 [必须先签名 否则无法提交代码]
1.git config --global user.email tomorrow@gmail.com
2.git config --global user.name tomorrow
3.这个只是标识身份用 知道是谁发布了版本 和 将来推送 github 和 gitee 无关
1.首先做全局用户签名 [必须先签名 否则无法提交代码]
1.git config --global user.email tomorrow@gmail.com
2.git config --global user.name tomorrow
3.这个只是标识身份用 知道是谁发布了版本 和 将来推送 github 和 gitee 无关