git常用命令

git clone https://[email protected]/.git

git status

git diff

git st .

git pull

git commit -a -m "add telecom css and res"

git push -u origin  master

git push -u origin master

git commit -a -m "pagebar css"

git status

posted on 2017-05-23 23:44  coding-farmer  阅读(111)  评论(0)    收藏  举报

导航