git script

This commit is contained in:
ptwz99fg0muu
2023-08-16 16:53:12 +08:00
parent f6eb1d8320
commit 4b7d682c67
2 changed files with 11 additions and 0 deletions

11
zbin/multi_sync.sh Normal file
View File

@@ -0,0 +1,11 @@
git remote add gitee http
git remote add github dsrcosole
git pull gitee master
git pull github master
git push gitee
git push github