Skip to content

DongdongFu/DongdongFu.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cream2015.github.io

使用github pages发布静态页面

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

把仓库同步到本地

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

使用git命令

git add . git add --all

git commit -m"init"

git push origin