Skip to content

Instantly share code, notes, and snippets.

@s992
Created September 7, 2014 22:23
Show Gist options
  • Select an option

  • Save s992/23d35ebad8e8988c02c5 to your computer and use it in GitHub Desktop.

Select an option

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 ..
@s992
Copy link
Author

s992 commented Sep 7, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment