Skip to content

Instantly share code, notes, and snippets.

@odrobnik
Created December 2, 2011 13:12
Show Gist options
  • Save odrobnik/1423199 to your computer and use it in GitHub Desktop.
Save odrobnik/1423199 to your computer and use it in GitHub Desktop.
Uploading documentation to GitHub
mkdir gh-pages
cd gh-pages
git init
git remote add origin [email protected]:Cocoanetics/DTWebArchive.git
git symbolic-ref HEAD refs/heads/gh-pages
# add and commit files
git push origin gh-pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment