随笔分类 -  git

摘要:在安装了git for windows之后,个人总是忘记配置git config的命令,以此记录一下: 配置用户名和邮箱的命令 1 git config --global user.name "youname" 2 git config --global user.email "youeamil@e 阅读全文
posted @ 2017-09-08 19:54 盘思动 阅读(265) 评论(0) 推荐(0)