摘要: 1.初始化配置 git config 配置查询与修改 global 全局配置,所有仓库生效 system 系统配置,所有用户生效 例子: git config global user.name "Your name" 配置用户名 git config global user.email Your e 阅读全文
posted @ 2023-05-14 23:34 ForcePosition 阅读(25) 评论(0) 推荐(0)