Files
linker/push-master.bat
snltty 702d508d82 init
2023-09-14 15:49:00 +08:00

8 lines
125 B
Batchfile

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