2017年9月19日

Git 基本命令解析

摘要: 1.设置用户名和邮箱 git config --global user.email "you@example.com" git config --global user.name "Your Name" 查看用户名和邮箱 git config user.name git config user.em 阅读全文

posted @ 2017-09-19 14:08 forSmile 阅读(121) 评论(0) 推荐(0) 编辑

导航