You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
369 B
16 lines
369 B
@echo off
|
|
|
|
REM git remote remove local
|
|
REM git remote add local http://192.168.0.232:8848/xieguigang/Darwinism.git
|
|
REM git remote add local http://git.biodeep.cn/xieguigang/Darwinism.git
|
|
|
|
|
|
git pull gitlink HEAD
|
|
git pull gitee HEAD
|
|
git pull local HEAD
|
|
|
|
git push gitlink HEAD
|
|
git push gitee HEAD
|
|
git push local HEAD
|
|
|
|
echo synchronization of this code repository job done! |