microsoft-visualbasic-runtime/sync_gitlink.cmd

8 lines
206 B
Batchfile

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