Skip to content

Instantly share code, notes, and snippets.

@ivey
Created October 23, 2008 17:34
Show Gist options
  • Save ivey/19112 to your computer and use it in GitHub Desktop.
Save ivey/19112 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
url = git://github.com/wycats/merb.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "ivey"]
url = git@github.com:ivey/merb.git
fetch = +refs/heads/*:refs/remotes/ivey/*
[branch "ivey/master"]
remote = ivey
merge = refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment