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.
|
@echo off
|
|
|
|
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! |