From 0742af02a9296c7f76cf42b82860ff5ef6bd552b Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Fri, 8 Dec 2023 00:43:56 +0800 Subject: [PATCH] Config // Update config backup, adding GitLink repository. --- .gitconfig_backup | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitconfig_backup b/.gitconfig_backup index 3b711bb8..97d56119 100644 --- a/.gitconfig_backup +++ b/.gitconfig_backup @@ -18,9 +18,9 @@ [branch "upd/dev"] remote = origin merge = refs/heads/upd/dev -[branch "bleed/1.5.x"] - remote = origin - merge = refs/heads/bleed/1.5.x +[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/* @@ -34,6 +34,7 @@ url = https://gitee.com/vChewing/vChewing-macOS.git/ fetch = +refs/heads/*:refs/remotes/all/* 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://gitlab.com/vChewing/vChewing-macOS.git/ pushurl = https://github.com/vChewing/vChewing-macOS/