-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.config_backup
40 lines (40 loc) · 1.55 KB
/
.config_backup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = false
precomposeunicode = true
[submodule]
active = .
[remote "origin"]
url = https://gitee.com/vChewing/libvchewing-data.git/
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
remote = origin
merge = refs/heads/main
[submodule "Source/Data"]
url = https://gitee.com/vChewing/libvchewing-data
[branch "upd/dev"]
remote = origin
merge = refs/heads/upd/dev
[remote "gitlink"]
url = https://gitlink.org.cn/vChewing/libvchewing-data.git
fetch = +refs/heads/*:refs/remotes/gitlink/*
[remote "gitcode"]
url = https://gitcode.net/vChewing/libvchewing-data.git/
fetch = +refs/heads/*:refs/remotes/gitcode/*
[remote "gitlab"]
url = https://gitlab.com/vChewing/libvchewing-data.git/
fetch = +refs/heads/*:refs/remotes/gitlab/*
[remote "github"]
url = https://github.com/vChewing/libvchewing-data/
fetch = +refs/heads/*:refs/remotes/github/*
[remote "all"]
url = https://gitee.com/vChewing/libvchewing-data.git/
fetch = +refs/heads/*:refs/remotes/all/*
pushurl = https://gitee.com/vchewing/libvchewing-data.git/
pushurl = https://gitlink.org.cn/vChewing/libvchewing-data.git/
pushurl = https://gitcode.net/vChewing/libvchewing-data.git/
pushurl = https://gitlab.com/vChewing/libvchewing-data.git/
pushurl = https://github.com/vChewing/libvchewing-data/