mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Fix git push commmand
This commit is contained in:
parent
f6d252d4a4
commit
707f8aee50
@ -12,4 +12,4 @@ REM Check asm into the branch
|
|||||||
git add "asm/*"
|
git add "asm/*"
|
||||||
git status
|
git status
|
||||||
git diff-index --cached --quiet --exit-code HEAD || git commit -m "[skip ci] Update ASM for %ASM_FOLDER%"
|
git diff-index --cached --quiet --exit-code HEAD || git commit -m "[skip ci] Update ASM for %ASM_FOLDER%"
|
||||||
git push
|
git push -u origin HEAD
|
Loading…
Reference in New Issue
Block a user