darwin (owner)

Revisions

gist: 75175 Download_button fork
public
Public Clone URL: git://gist.github.com/75175.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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