Skip to content

Instantly share code, notes, and snippets.

@odrobnik
Created December 2, 2011 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • 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 git@github.com: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