先新建一个仓库, 复制下来仓库地址备用

git init
git add README.md
git add filename 或者 .
git commit -m "描述本次提交"
git remote add origin 地址
git push -u origin master