From 880e6a94a6a88ede1d881a45bf556e80cfac074a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 11 May 2026 18:49:15 +0300 Subject: [PATCH] add new file for git.sh --- git.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 git.sh diff --git a/git.sh b/git.sh new file mode 100644 index 0000000..99e6668 --- /dev/null +++ b/git.sh @@ -0,0 +1,12 @@ +echo "name for commit: " +read com +git add . +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 push gitflic main +git push github main +git push gitea main +git push berg main