diff --git a/push_asm.bat b/push_asm.bat index b021d2c..2e302ad 100644 --- a/push_asm.bat +++ b/push_asm.bat @@ -12,4 +12,4 @@ REM Check asm into the branch git add "asm/*" git status git diff-index --cached --quiet --exit-code HEAD || git commit -m "[skip ci] Update ASM for %ASM_FOLDER%" -git push \ No newline at end of file +git push -u origin HEAD \ No newline at end of file