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
网友评论