摘要: git命令分类整理: 全局设置: 1.git config --global user.name xxx :设置全局用户名,信息记录在 ~/.gitconfig 文件中 2.git config --global user.email xxx@xxx.com :设置全局邮箱地址,信息记录在 ~/.g 阅读全文
posted @ 2022-01-24 13:48 些许糊涂 阅读(49) 评论(0) 推荐(0)