Github Page
克隆存储库
将新的存储库克隆至 page
目标文件夹内。
$ git clone https://github.com/username/username.github.io page/
提交至存储库
$ git add --all
$ git commit -m "注释"
$ git push -u origin main
克隆存储库
将新的存储库克隆至 page
目标文件夹内。
$ git clone https://github.com/username/username.github.io page/
提交至存储库
$ git add --all
$ git commit -m "注释"
$ git push -u origin main