Skip to content

Instantly share code, notes, and snippets.

@fuyi
Created March 4, 2015 10:29
Show Gist options
  • Save fuyi/6b3eac2d65880c7ccac1 to your computer and use it in GitHub Desktop.
Save fuyi/6b3eac2d65880c7ccac1 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = [email protected]:SpartaSales/halo.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
rebase = true
[remote "bitbuket"]
url = [email protected]:fuyi/halo.git
fetch = +refs/heads/*:refs/remotes/bitbuket/*
[remote "heroku"]
url = [email protected]:sparta-halo.git
fetch = +refs/heads/*:refs/remotes/heroku/*
[remote "staging"]
url = [email protected]:sparta-halo-staging.git
fetch = +refs/heads/*:refs/remotes/staging/*
[branch "api"]
remote = origin
merge = refs/heads/api
rebase = true
[branch "landing-page"]
remote = origin
merge = refs/heads/landing-page
rebase = true
[remote "heroku-cedar-14"]
url = https://git.heroku.com/cedar-14-halo.git
fetch = +refs/heads/*:refs/remotes/heroku-cedar-14/*
[branch "js2.0"]
remote = origin
merge = refs/heads/js2.0
rebase = true
[branch "aws"]
remote = origin
merge = refs/heads/aws
rebase = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment