GIT常用命令
摘要:1.基础命令 git config --global user.name "Your Name"设置你的仓库用户名(于标识提交者) git config --global user.email "email@example.com"设置你的仓库邮箱 (用于标识提交者) git init 初始化一个g
阅读全文
posted @ 2016-11-18 09:27
posted @ 2016-11-18 09:27