Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 382 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 382 Bytes

Cream2015.github.io

使用github pages发布静态页面

在gitbhub上新增代码托管仓库new repository,初始化readme

把仓库同步到本地

把自己已经写好的静态页面拷贝到仓库中

使用git命令

git add . git add --all

git commit -m"init"

git push origin