Skip to content

Instantly share code, notes, and snippets.

@s992
Created September 7, 2014 22:23
Show Gist options
  • 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 [email protected]:username/username.github.com.git
$ cd username.github.com
$ git checkout source
$ mkdir _deploy
$ cd _deploy
$ git init
$ git remote add origin [email protected]: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