Skip to content

Instantly share code, notes, and snippets.

@adrienjoly
Forked from mikeymckay/config
Created June 25, 2011 18:25
Show Gist options
  • Save adrienjoly/1046741 to your computer and use it in GitHub Desktop.
Save adrienjoly/1046741 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
ignorecase = true
[remote "origin"]
url = [email protected]:adrienjoly/playem.git
fetch = +refs/heads/*:refs/remotes/origin/*
push = +refs/heads/*:refs/heads/*
[branch "gh-pages"]
remote = origin
merge = 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