课程
/后端开发
/PHP
/版本管理工具介绍—Git篇
老师,能不能讲下工作中git的常用命令?
2014-10-23
源自:版本管理工具介绍—Git篇 3-7
正在回答
git config --global user.name ""
git clone *
git init
git add
git commit
git push
git pull
git reset
git merge
git log
git --help
举报
本课程主要讲解了git在各平台的安装和基本使用,来学习Git吧