摘要: git命令分类整理全局设置 git config --global user.name xxx:设置全局用户名,信息记录在~/.gitconfig文件中 git config --global user.email xxx@xxx.com:设置全局邮箱地址,信息记录在~/.gitconfig文件中 阅读全文
posted @ 2022-11-04 16:29 DUTliu 阅读(27) 评论(0) 推荐(0) 编辑