Files
linker/push-master.bat
2024-07-18 16:00:55 +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