官网的方法,直接安装编译好的安装包。
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
官网的方法,直接安装编译好的安装包。
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