Skip to content

Instantly share code, notes, and snippets.

@christabor
Created October 18, 2013 16:32
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 christabor/7044149 to your computer and use it in GitHub Desktop.
Save christabor/7044149 to your computer and use it in GitHub Desktop.
quickly rebase gh-pages (bash)
alias rebpages="git checkout gh-pages && git rebase master && git push origin gh-pages && git checkout master"
@christabor
Copy link
Author

and for more glory:

alias grebpages="git pull && git checkout gh-pages && git rebase master && git push origin gh-pages && git checkout master"

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