update git.sh

This commit is contained in:
Stepan 2026-05-12 18:22:30 +03:00
parent 9947d04770
commit e3d7f15489

2
git.sh
View file

@ -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 github git@github.com:hhu67/my.git
git remote add gitea git@gitek.duckdns.org: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 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 gitflic main
git push github main git push github main
git push gitea main git push gitea main
git push berg main git push berg main
git push gitea.org main