如何重新搭建一个已经存在的Octopress博客 发表于 2015-11-27 | 分类于 blog | 12345678910$ git clone git@github.com:username/username.github.com.git$ cd username.github.comusername.github.com$ git checkout sourceusername.github.com$ mkdir _deployusername.github.com$ cd _deployusername.github.com/_deploy$ git initusername.github.com/_deploy$ git remote add origin git@github.com:username/username.github.com.gitusername.github.com/_deploy$ git pull origin masterusername.github.com/_deploy$ cd ..username.github.com$