課程
/后端開發
/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吧
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2020-03-07
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