浏览代码

add new file for git.sh

root 1 月之前
父节点
当前提交
880e6a94a6
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      git.sh

+ 12 - 0
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