git

git config --global user.name ''
git config --global user.email 12@34.com

 

从github初始化本地项目:git clone ....
本地操作,添加git add,git commit,git push oringin master
从github同步:git pull
历史版本:git reset 版本号,git checkout 文件名
查看历史操作:git log

 

看一下git仓库的状态:$ git status

 

ssh-keygen -t rsa -C "24072078@qq.com"
posted @ 2018-02-01 10:47  Bo_Liu  阅读(126)  评论(0编辑  收藏  举报