git学习--饭叔的前端零基础入门教程 (3)
2017-06-24 本文已影响39人
方健
https://try.github.io/levels/1/challenges/1
要求记住的命令
git clone http://...
git add .
git commit -am "comment.."
git push
git pull
https://try.github.io/levels/1/challenges/1
要求记住的命令
git clone http://...
git add .
git commit -am "comment.."
git push
git pull