git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com.xxx.git
git push -u origin master
由于是第一次提交,不需要pull,直接push就行
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com.xxx.git
git push -u origin master
由于是第一次提交,不需要pull,直接push就行