add new file for git.sh
This commit is contained in:
parent
6158bbf77c
commit
880e6a94a6
1 changed files with 12 additions and 0 deletions
12
git.sh
Normal file
12
git.sh
Normal file
|
|
@ -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
|
||||||
Loading…
Reference in a new issue