Git常用命令

官网的方法,直接安装编译好的安装包。

yum install git-core

https://git-scm.com/book/zh/v1/%E8%B5%B7%E6%AD%A5-%E5%AE%89%E8%A3%85-Git

 

 

提交命令:

git add .

git commit -m xxx

git push

 

拉取:

git pull

 

https://www.imooc.com/learn/208

 

 

posted @ 2018-05-25 15:05  朋友圈  阅读(61)  评论(0编辑  收藏  举报