Browse Source

swap git in file git.sh

root 1 tháng trước cách đây
mục cha
commit
b03b89c17c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      git.sh

+ 1 - 1
git.sh

@@ -7,7 +7,7 @@ git commit -m "$com"
 declare -A remotes=(
     ["gitflic"]="git@gitflic.ru:hhu67/proj.git"
     ["github"]="git@github.com:hhu67/my.git"
-    ["gitea"]="git@gitek.duckdns.org:hhu67/my.git"
+    ["forgejo"]="git@git.vlv-s.site:hhu67/my.git"
     ["berg"]="ssh://git@codeberg.org/hhu67/my.git"
     ["gitea.org"]="git@gitea.com:hhu67/my.git"
 )