Skip to content

Instantly share code, notes, and snippets.

@mikeymckay
Created February 28, 2011 20:50
Show Gist options
  • Save mikeymckay/848005 to your computer and use it in GitHub Desktop.
Save mikeymckay/848005 to your computer and use it in GitHub Desktop.
git config for auto push to gh-pages
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:mikeymckay/capital-bikeshare-station-monitor.git
push = +refs/heads/master:refs/heads/master
push = +refs/heads/master:refs/heads/gh-pages
[branch "master"]
remote = origin
merge = refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment