Skip to content

Instantly share code, notes, and snippets.

@wnstn
Created June 4, 2012 15:13
Show Gist options
  • Save wnstn/2868989 to your computer and use it in GitHub Desktop.
Save wnstn/2868989 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = csgit:upperroom.git
[branch "master"]
remote = origin
merge = refs/heads/master
[branch "academy"]
remote = origin
merge = refs/heads/academy
[remote "production"]
fetch = +refs/heads/*:refs/remotes/production/*
url = git@heroku.com:upperroom.git
[branch "develop"]
remote = origin
merge = refs/heads/develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment