git常用命令

git clone https://xxx@bitbucket.org/.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

原文地址:https://www.cnblogs.com/Crius/p/6896829.html