Created
June 14, 2013 17:23
-
-
Save wouterverweirder/5783708 to your computer and use it in GitHub Desktop.
setup octopress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git clone [email protected]:username/username.github.com.git | |
$ cd username.github.com | |
username.github.com$ git checkout source | |
username.github.com$ mkdir _deploy | |
username.github.com$ cd _deploy | |
username.github.com/_deploy$ git init | |
username.github.com/_deploy$ git remote add origin [email protected]:username/username.github.com.git | |
username.github.com/_deploy$ git pull origin master | |
username.github.com/_deploy$ cd .. | |
username.github.com$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment