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