git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/jiayiwang5/GitCommand.git
git pull origin master
git push -u origin master -f
git add README.md
git commit -m "first commit"
git pull origin master
git push -u origin master