Skip to content

Instantly share code, notes, and snippets.

@FGRibreau
Created February 5, 2013 21:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FGRibreau/4717696 to your computer and use it in GitHub Desktop.
Save FGRibreau/4717696 to your computer and use it in GitHub Desktop.
Keep gh-pages in sync with master on git post-commit hook
#!/bin/sh
git checkout gh-pages
git rebase master
git checkout master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment