git init git remote add origin projectUrl git pull origin master git add . git commit -m "第一次提交" git push origin master