From e3d7f15489fbd4748fc155ef4f95604b8b52f978 Mon Sep 17 00:00:00 2001 From: Stepan Date: Tue, 12 May 2026 18:22:30 +0300 Subject: [PATCH] update git.sh --- git.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git.sh b/git.sh index 4dc060a..4d075cc 100644 --- a/git.sh +++ b/git.sh @@ -6,7 +6,9 @@ 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/my.git +git remote add gitea.org git@gitea.com:hhu67/my.git git push gitflic main git push github main git push gitea main git push berg main +git push gitea.org main \ No newline at end of file