git init
git status
git add .
git commit -m '自己的描述'
git remote add origin 仓库连接
git push -u origin master