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.
Darwinism/.github/sync_gitlink.cmd

8 lines
186 B

@echo off
REM git remote add gitlink https://gitlink.org.cn/xieguigang/Darwinism.git
git pull gitlink HEAD
git push gitlink HEAD
echo synchronization of this code repository job done!