Files
linker/push-master.bat
snltty cf1dea4d60 sync
2024-08-29 15:12:27 +08:00

8 lines
154 B
Batchfile

@echo off
git checkout master
git reset --hard origin-github/dev
git pull origin-github
git add .
git push origin-github master --tags
git checkout dev