mirror of
https://github.com/Estom/notes.git
synced 2026-04-03 10:58:39 +08:00
git script
This commit is contained in:
11
zbin/multi_sync.sh
Normal file
11
zbin/multi_sync.sh
Normal 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
|
||||
Reference in New Issue
Block a user