git web hosting
建立 ztype game 網站練習英打
資料來源網站
靜態網站很好用
mkdir gitweb
cd gitwgeb
git add .
git commit -m "ztype"
git remote add origin https://github.com/kawsing/ztype.git
git push -u origin master
Last updated
Was this helpful?
建立 ztype game 網站練習英打
資料來源網站
靜態網站很好用
mkdir gitweb
cd gitwgeb
git add .
git commit -m "ztype"
git remote add origin https://github.com/kawsing/ztype.git
git push -u origin master
Last updated
Was this helpful?