@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!