Files
linker/push-master.bat
2024-05-10 22:26:59 +08:00

8 lines
132 B
Batchfile

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