github初始操作 - web240/web240.github.io GitHub Wiki
echo "# guoxue" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/web240/guoxue.git
git push -u origin masterecho "# guoxue" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/web240/guoxue.git
git push -u origin master