Skip to content

Instantly share code, notes, and snippets.

@kcrwfrd
Last active December 27, 2015 00:49
Show Gist options
  • Save kcrwfrd/7240383 to your computer and use it in GitHub Desktop.
Save kcrwfrd/7240383 to your computer and use it in GitHub Desktop.
Cloning an existing install of Octopress
# Assuming that you have your Ruby environment configured
git clone -b source git@github.com:username/username.github.io.git username.github.io
git clone -b master git@github.com:username/username.github.io.git username.github.io/_deploy
cd username.github.io
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment