GitConfig // Change GitHub repository URL.
This commit is contained in:
parent
952216d438
commit
04816211c7
|
@ -8,13 +8,13 @@
|
||||||
[submodule]
|
[submodule]
|
||||||
active = .
|
active = .
|
||||||
[remote "origin"]
|
[remote "origin"]
|
||||||
url = https://gitee.com/vchewing/vChewing-macOS
|
url = https://gitee.com/vChewing/vChewing-macOS.git/
|
||||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
fetch = +refs/heads/*:refs/remotes/origin/*
|
||||||
[branch "main"]
|
[branch "main"]
|
||||||
remote = origin
|
remote = origin
|
||||||
merge = refs/heads/main
|
merge = refs/heads/main
|
||||||
[submodule "Source/Data"]
|
[submodule "Source/Data"]
|
||||||
url = https://gitee.com/vchewing/libvchewing-data
|
url = https://gitee.com/vChewing/libvchewing-data
|
||||||
[branch "upd/dev"]
|
[branch "upd/dev"]
|
||||||
remote = origin
|
remote = origin
|
||||||
merge = refs/heads/upd/dev
|
merge = refs/heads/upd/dev
|
||||||
|
@ -28,12 +28,12 @@
|
||||||
url = https://jihulab.com/vChewing/vChewing-macOS.git/
|
url = https://jihulab.com/vChewing/vChewing-macOS.git/
|
||||||
fetch = +refs/heads/*:refs/remotes/gitlab/*
|
fetch = +refs/heads/*:refs/remotes/gitlab/*
|
||||||
[remote "github"]
|
[remote "github"]
|
||||||
url = https://github.com/ShikiSuen//vChewing-macOS
|
url = https://github.com/vChewing/vChewing-macOS/
|
||||||
fetch = +refs/heads/*:refs/remotes/github/*
|
fetch = +refs/heads/*:refs/remotes/github/*
|
||||||
[remote "all"]
|
[remote "all"]
|
||||||
url = https://gitee.com/vchewing/vChewing-macOS
|
url = https://gitee.com/vChewing/vChewing-macOS.git/
|
||||||
fetch = +refs/heads/*:refs/remotes/all/*
|
fetch = +refs/heads/*:refs/remotes/all/*
|
||||||
pushurl = https://gitee.com/vchewing/vChewing-macOS
|
pushurl = https://gitee.com/vchewing/vChewing-macOS.git/
|
||||||
pushurl = https://gitcode.net/vChewing/vChewing-macOS.git/
|
pushurl = https://gitcode.net/vChewing/vChewing-macOS.git/
|
||||||
pushurl = https://jihulab.com/vChewing/vChewing-macOS.git/
|
pushurl = https://jihulab.com/vChewing/vChewing-macOS.git/
|
||||||
pushurl = https://github.com/ShikiSuen//vChewing-macOS
|
pushurl = https://github.com/vChewing/vChewing-macOS/
|
||||||
|
|
Loading…
Reference in New Issue