From 49e25d3c8b66da39654544622f57bcc70c3c4046 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 11 May 2026 19:09:36 +0300 Subject: [PATCH] update git.sh --- git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.sh b/git.sh index 99e6668..4dc060a 100644 --- a/git.sh +++ b/git.sh @@ -5,7 +5,7 @@ git commit -m "$com" git remote add gitflic git@gitflic.ru:hhu67/proj.git git remote add github git@github.com:hhu67/my.git git remote add gitea git@gitek.duckdns.org:hhu67/my.git -git remote add berg ssh://git@codeberg.org/hhu67/sergay.git +git remote add berg ssh://git@codeberg.org/hhu67/my.git git push gitflic main git push github main git push gitea main