Skip to content

Instantly share code, notes, and snippets.

@darwin
Created March 7, 2009 01:52
Show Gist options
  • Save darwin/75175 to your computer and use it in GitHub Desktop.
Save darwin/75175 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:darwin/visor.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "pumpkin"]
url = git://github.com/pumpkin/visor.git
fetch = +refs/heads/*:refs/remotes/pumpkin/*
[remote "blinks"]
url = git://github.com/blinks/visor.git
fetch = +refs/heads/*:refs/remotes/blinks/*
[svn-remote "svn"]
url = https://blacktree-visor.googlecode.com/svn
fetch = trunk:refs/remotes/trunk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment