From 2472af883c067f0594aaf2618263d02cf39070c2 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sun, 3 Apr 2022 18:59:25 +0800 Subject: [PATCH] Git // Add backup of the git config file. --- .gitconfig_backup | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitconfig_backup diff --git a/.gitconfig_backup b/.gitconfig_backup new file mode 100644 index 00000000..6aa489d4 --- /dev/null +++ b/.gitconfig_backup @@ -0,0 +1,39 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = false + logallrefupdates = true + ignorecase = false + precomposeunicode = true +[submodule] + active = . +[remote "origin"] + url = https://gitee.com/vchewing/vChewing-macOS + fetch = +refs/heads/*:refs/remotes/origin/* +[branch "main"] + remote = origin + merge = refs/heads/main +[submodule "Source/Data"] + url = https://gitee.com/vchewing/libvchewing-data +[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 "gitcode"] + url = https://gitcode.net/vChewing/vChewing-macOS.git/ + fetch = +refs/heads/*:refs/remotes/gitcode/* +[remote "gitlab"] + url = https://jihulab.com/vChewing/vChewing-macOS.git/ + fetch = +refs/heads/*:refs/remotes/gitlab/* +[remote "github"] + url = https://github.com/ShikiSuen//vChewing-macOS + fetch = +refs/heads/*:refs/remotes/github/* +[remote "all"] + url = https://gitee.com/vchewing/vChewing-macOS + fetch = +refs/heads/*:refs/remotes/all/* + pushurl = https://gitee.com/vchewing/vChewing-macOS + pushurl = https://gitcode.net/vChewing/vChewing-macOS.git/ + pushurl = https://jihulab.com/vChewing/vChewing-macOS.git/ + pushurl = https://github.com/ShikiSuen//vChewing-macOS