git 学习用,常用命令及流程如下: git add . git commit -m "<备注>" git pull --rebase git push
git add .
git commit -m "<备注>"
git pull --rebase
git push
git status
git show