
Untitled
By: a guest on
May 11th, 2012 | syntax:
None | size: 0.82 KB | hits: 11 | expires: Never
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@github.com:userName/repoName.com.git
[branch "master"]
remote = origin
merge = refs/heads/master
[branch "development"]
remote = origin
merge = refs/heads/development
[branch "v/1"]
remote = origin
merge = refs/heads/v/1
[remote "production"]
fetch = +refs/heads/*:refs/remotes/production/*
url = git@heroku.com:appName-production.git
[branch "heroku-production"]
remote = production
merge = refs/heads/master
[remote "staging"]
fetch = +refs/heads/*:refs/remotes/staging/*
url = git@heroku.com:appName-staging.git
[branch "heroku-staging"]
remote = staging
merge = refs/heads/master