摘要: git config --global user.name xxx:设置全局用户名,信息记录在~/.gitconfig文件中 git config --global user.email xxx@xxx.com:设置全局邮箱地址,信息记录在~/.gitconfig文件中 git init:将当前目录 阅读全文
posted @ 2022-03-07 17:21 lemmon_water 阅读(25) 评论(0) 推荐(0)