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_multiplegit.cmd

9 lines
147 B

@echo off
git pull local HEAD
git pull gitee HEAD
git push local HEAD
git push gitee HEAD
echo synchronization of this code repository job done!