每次都要搜索,实验多次有效
git init
git add .
git commit -m ''
git remote add origin [repurl]
git pull --rebase origin master
git push origin master
非常的方便