Skip to content

Instantly share code, notes, and snippets.

@felipecabargas
Last active August 29, 2015 14:06
Show Gist options
  • Save felipecabargas/2b014b683dbdfc989025 to your computer and use it in GitHub Desktop.
Save felipecabargas/2b014b683dbdfc989025 to your computer and use it in GitHub Desktop.
Crear blog!
git clone https://github.com/felipecabargas/felipecabargas.github.io.git milkshakecroc.github.io
cd milkshakecroc.github.io
git remote set-url origin [email protected]:milkshakecroc/milkshakecroc.github.io.git
git rm -rf _posts/
mkdir _posts/
gc -am "First Commit"
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment