常用命令
命令名称
作用
git config –global user.name 用户名
设置用户签名
git config –global user.email 邮箱
设置用户签名
git init
初始化本地库
2022-01-01