-
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.gitconfig_backup
More file actions
37 lines (37 loc) · 1.45 KB
/
Copy path.gitconfig_backup
File metadata and controls
37 lines (37 loc) · 1.45 KB
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
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = false
precomposeunicode = true
[remote "origin"]
url = https://gitee.com/vChewing/vChewing-macOS.git/
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
remote = origin
merge = refs/heads/main
vscode-merge-base = origin/main
[branch "upd/dev"]
remote = origin
merge = refs/heads/upd/dev
[remote "atomgit"]
url = https://atomgit.com/vChewing/vChewing-macOS.git/
fetch = +refs/heads/*:refs/remotes/atomgit/*
[remote "gitlink"]
url = https://gitlink.org.cn/vChewing/vChewing-macOS.git
fetch = +refs/heads/*:refs/remotes/gitlink/*
[remote "gitcode"]
url = https://gitcode.net/vChewing/vChewing-macOS.git/
fetch = +refs/heads/*:refs/remotes/gitcode/*
[remote "github"]
url = https://github.com/vChewing/vChewing-macOS/
fetch = +refs/heads/*:refs/remotes/github/*
[remote "all"]
url = https://gitee.com/vChewing/vChewing-macOS.git/
fetch = +refs/heads/*:refs/remotes/all/*
pushurl = https://atomgit.com/vChewing/vChewing-macOS.git/
pushurl = https://gitee.com/vchewing/vChewing-macOS.git/
pushurl = https://gitlink.org.cn/vChewing/vChewing-macOS.git/
pushurl = https://gitcode.net/vChewing/vChewing-macOS.git/
pushurl = https://github.com/vChewing/vChewing-macOS/