LEIZHANG ' s GitHub
摘要: Git教程 一、配置签名 git是分布式版本控制工具,所以我们需要填写用户名和邮箱作为一个标志! windows下:C:\users 下 .gitconfig文件可以看到属性 git config --global user.name "xxxxx" git config --global user 阅读全文
posted @ 2020-10-19 20:21 LEI_Z 阅读(167) 评论(0) 推荐(0)