modified: faststater
[GalaxyCodeBases.git] / git.config.copy
blobd9a2cf0a949844580bb06f9649fe4b9e75850bef
1 [core]
2         repositoryformatversion = 0
3         filemode = true
4         bare = false
5         logallrefupdates = true
6         ignorecase = true
7         precomposeunicode = true
8 [remote "origin"]
9         url = git@github.com:galaxysd/GalaxyCodeBases.git
10         fetch = +refs/heads/*:refs/remotes/origin/*
11 [branch "master"]
12         remote = origin
13         merge = refs/heads/master
14 [remote "gitlab"]
15         url = git@gitlab.com:galaxycodebases/main.git
16         fetch = +refs/heads/*:refs/remotes/gitlab/*
17 [remote "coding"]
18         url = git@git.coding.net:galaxy/GalaxyCodeBase.git
19         fetch = +refs/heads/*:refs/remotes/coding/*
20 [remote "orcz"]
21         url = ssh://galaxy@repo.or.cz/GalaxyCodeBases.git
22         fetch = +refs/heads/*:refs/remotes/orcz/*
23 [submodule "etc/overlay"]
24         url = git@github.com:galaxy001/gentooxy.git
25 [submodule "mydoc"]
26         url = git@bitbucket.org:galaxy001/mydoc.git
27 [submodule "released/pIRS"]
28         url = git@github.com:galaxy001/pirs.git
29 [submodule "tools/crawler/xeHentai/httplib2plus"]
30         url = https://github.com/fffonion/httplib2-plus.git
31 [lfs "https://github.com/galaxysd/GalaxyCodeBases.git/info/lfs"]
32         locksverify = true