Skip to content

Instantly share code, notes, and snippets.

@BlairDuncan
Created September 9, 2010 18:57
Show Gist options
  • Select an option

  • Save BlairDuncan/572335 to your computer and use it in GitHub Desktop.

Select an option

Save BlairDuncan/572335 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 = git@github.com:BlairDuncan/cappuccino.git
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "upstream"]
url = git@github.com:280north/cappuccino.git
fetch = +refs/heads/*:refs/remotes/upstream/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment