Skip to content

Instantly share code, notes, and snippets.

@c3mediagroup
Created May 6, 2009 07:53
Show Gist options
  • Save c3mediagroup/107426 to your computer and use it in GitHub Desktop.
Save c3mediagroup/107426 to your computer and use it in GitHub Desktop.
~/www/railsmachine/statusroom(pacificadvisors) > cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = [email protected]:c3mediagroup/statusroom.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[branch "production"]
remote = origin
merge = refs/heads/production
[branch "designer"]
remote = origin
merge = refs/heads/designer
[branch "robert"]
remote = origin
merge = refs/heads/robert
[branch "wdg"]
remote = origin
merge = refs/heads/wdg
[branch "peachtreeplanning"]
remote = origin
merge = refs/heads/peachtreeplanning
[branch "pacificadvisors"]
remote = origin
merge = refs/heads/pacificadvisors
[branch "x_circar"]
remote = origin
merge = refs/heads/circar
[branch "upstream"]
remote = origin
merge = refs/heads/upstream
[branch "koombea"]
remote = origin
merge = refs/heads/koombea
[branch "staging"]
remote = origin
merge = refs/heads/staging
[branch "edge"]
remote = origin
merge = refs/heads/edge
[branch "koombea_edge"]
remote = origin
merge = refs/heads/koombea_edge
~/www/railsmachine/statusroom(pacificadvisors) >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment