Skip to content

Instantly share code, notes, and snippets.

@theaccordance
Created November 13, 2013 23:03
Show Gist options
  • Select an option

  • Save theaccordance/7458101 to your computer and use it in GitHub Desktop.

Select an option

Save theaccordance/7458101 to your computer and use it in GitHub Desktop.
A git configuration that allows you to use Github Pages as a staging environment.
[remote "stage"]
url = git@github.com:theaccordance/example-repo.git
fetch = +refs/heads/*:refs/remotes/origin/*
push = +refs/heads/dev:refs/heads/gh-pages
push = +refs/heads/dev:refs/heads/dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment