git init
git add .
git commit -m "完整提交所有项目文件"
git remote add origin [远程仓库]
git push -u origin master -f