Files
004_comission/scripts/merge_to_master.bat
louiscklaw 7d470d6921 update,
2025-01-31 20:54:19 +08:00

8 lines
121 B
Batchfile

git stash
git checkout master
git merge test/siutinchu/helloworld
git checkout test/siutinchu/helloworld
git stash pop