Skip to content

Instantly share code, notes, and snippets.

@s992
Created September 7, 2014 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s992/23d35ebad8e8988c02c5 to your computer and use it in GitHub Desktop.
Save s992/23d35ebad8e8988c02c5 to your computer and use it in GitHub Desktop.
Migrating Octopress to a New Computer
$ git clone git@github.com:username/username.github.com.git
$ cd username.github.com
$ git checkout source
$ mkdir _deploy
$ cd _deploy
$ git init
$ git remote add origin git@github.com:username/username.github.com.git
$ git pull origin master
$ cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment