GitConfig // Change GitHub repository URL.
This commit is contained in:
parent
952216d438
commit
04816211c7
|
@ -8,13 +8,13 @@
|
|||
[submodule]
|
||||
active = .
|
||||
[remote "origin"]
|
||||
url = https://gitee.com/vchewing/vChewing-macOS
|
||||
url = https://gitee.com/vChewing/vChewing-macOS.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
|
||||
url = https://gitee.com/vChewing/libvchewing-data
|
||||
[branch "upd/dev"]
|
||||
remote = origin
|
||||
merge = refs/heads/upd/dev
|
||||
|
@ -28,12 +28,12 @@
|
|||
url = https://jihulab.com/vChewing/vChewing-macOS.git/
|
||||
fetch = +refs/heads/*:refs/remotes/gitlab/*
|
||||
[remote "github"]
|
||||
url = https://github.com/ShikiSuen//vChewing-macOS
|
||||
url = https://github.com/vChewing/vChewing-macOS/
|
||||
fetch = +refs/heads/*:refs/remotes/github/*
|
||||
[remote "all"]
|
||||
url = https://gitee.com/vchewing/vChewing-macOS
|
||||
url = https://gitee.com/vChewing/vChewing-macOS.git/
|
||||
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://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