Skip to content

Instantly share code, notes, and snippets.

@darwin
Created March 7, 2009 01:52
Show Gist options
  • Select an option

  • Save darwin/75175 to your computer and use it in GitHub Desktop.

Select an option

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