提交代码到 git
2016-09-08 本文已影响33人
贝勒老爷
echo "# player" >> README.md
git init //初始化
git add README.md //补充README.md
git commit -m "first commit" //第一次提交
git remote add originhttps://github.com/W-King/player.git //远程网址
git push -u origin master //提交
git commit --all ---> ESC ---> SHIFT+q --->wq