Skip to content
JackLKC edited this page Apr 19, 2021 · 1 revision
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 master
Clone this wiki locally