标签:版本 glob 命令 常用命令 conf 版本管理 res check comm
git config --global user.name ‘xxxx‘
git config --global user.email ‘sfasd@ksyun.com‘
git clone git@github.com:账号名/项目名.git
git pull
git push origin master
【工作区】--->git add 文件名--->【暂存区】--->git commit -m "备注" 文件名--->【仓库区】
【仓库区】--->git reset 版本【暂存区】--->git checkout--->【工作区】
标签:版本 glob 命令 常用命令 conf 版本管理 res check comm
原文地址:https://www.cnblogs.com/zhangmingda/p/13166193.html