博 客搭建 本地初始化仓库: git init 添加项目 提交暂存区: git add 提交本地仓库: git commit -m"xxx" 创建分支: git branch gh-pages 切换分支: git checkout gh-pages 提交到服务器: git push [服务器地址] [分支] 浏览网页: windy330.github.io/[仓库的名字]/[具体的页面] 相关文章: