git

发布时间 2023-07-03 00:06:09作者: 闭区间

基本命令

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