From 707f8aee5019246f81d5b9242db9700abce24ff7 Mon Sep 17 00:00:00 2001 From: Daniel Donenfeld Date: Wed, 13 Feb 2019 11:57:06 -0800 Subject: [PATCH] Fix git push commmand --- push_asm.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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