Skip to content

Instantly share code, notes, and snippets.

@presstube
Created November 1, 2011 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save presstube/1330362 to your computer and use it in GitHub Desktop.
Save presstube/1330362 to your computer and use it in GitHub Desktop.
Mirror your gh-pages to master so they auto-update
Add the following 2 lines to the [remote "origin"] section of .git/config:
push = +refs/heads/master:refs/heads/gh-pages
push = +refs/heads/master:refs/heads/master
thanks to:
http://stackoverflow.com/questions/5807459/github-mirroring-gh-pages-to-master
@brunofmeurer
Copy link

tks bro!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment