python每天提高一点点 git status git add 文件 git commit -m "new add day1" git push origin master:master #本地:远程 git pull origin master:master #远程:本地