git PageHome

2017-09-13  本文已影响0人  MichaelChoo

create a new repository on the command line

echo "# mecacho.github.io" >> README.mdgit initgit add README.mdgit commit -m "first commit"git remote add origingit@github.com:MecaCho/mecacho.github.io.gitgit push -u origin master

上一篇 下一篇

猜你喜欢

热点阅读