文章分类 -  git管理相关

git 版本管理工具
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 晓小东 阅读(84) 评论(0) 推荐(0)

导航