From 87e367a81cbd946abea3f2700eaf64ddaface1e7 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Mon, 4 Dec 2023 11:30:40 +0800 Subject: [PATCH] Git // Switch GitLab from GL-China to GL-Global. --- .gitconfig_backup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig_backup b/.gitconfig_backup index dc40e0bc..3b711bb8 100644 --- a/.gitconfig_backup +++ b/.gitconfig_backup @@ -25,7 +25,7 @@ url = https://gitcode.net/vChewing/vChewing-macOS.git/ fetch = +refs/heads/*:refs/remotes/gitcode/* [remote "gitlab"] - url = https://jihulab.com/vChewing/vChewing-macOS.git/ + url = https://gitlab.com/vChewing/vChewing-macOS.git/ fetch = +refs/heads/*:refs/remotes/gitlab/* [remote "github"] url = https://github.com/vChewing/vChewing-macOS/ @@ -35,5 +35,5 @@ fetch = +refs/heads/*:refs/remotes/all/* 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://gitlab.com/vChewing/vChewing-macOS.git/ pushurl = https://github.com/vChewing/vChewing-macOS/