diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-27 02:15:57 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-27 02:15:57 -0800 |
commit | 164ddadd2bb4caf255166f29ebd453d9cee98513 (patch) | |
tree | 602bb3d783540c1038747d053de4125830cb8e3c /etc | |
parent | 7b269e4f42a88fdbb360dce88f9604df7728636d (diff) |
add ka remote
Diffstat (limited to 'etc')
-rw-r--r-- | etc/.cfgl/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/.cfgl/config b/etc/.cfgl/config index 42a36daf..836de927 100644 --- a/etc/.cfgl/config +++ b/etc/.cfgl/config @@ -8,6 +8,7 @@ worktreeConfig = true [remote "origin"] url = gitolite@flylightning.xyz:config_local_arch + url = gitolite@xyzka.kyun.li:config_local_arch url = git@gitlab.com:flyxyz123/config_local_arch.git fetch = +refs/heads/*:refs/remotes/origin/* [commit] |