Last active
December 11, 2015 09:28
-
-
Save kirang89/4579803 to your computer and use it in GitHub Desktop.
Contribute to your existing octopress blog
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 | |
$ git checkout source | |
$ 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment