Skip to content

Instantly share code, notes, and snippets.

@Gurpartap
Forked from odrobnik/gist:1423199
Created December 2, 2011 13:14
Show Gist options
  • Save Gurpartap/1423205 to your computer and use it in GitHub Desktop.
Save Gurpartap/1423205 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
# add and commit files
git push origin master:gh-pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment