git.sh 367 B

123456789101112
  1. echo "name for commit: "
  2. read com
  3. git add .
  4. git commit -m "$com"
  5. git remote add gitflic git@gitflic.ru:hhu67/proj.git
  6. git remote add github git@github.com:hhu67/my.git
  7. git remote add gitea git@gitek.duckdns.org:hhu67/my.git
  8. git remote add berg ssh://git@codeberg.org/hhu67/sergay.git
  9. git push gitflic main
  10. git push github main
  11. git push gitea main
  12. git push berg main