Skip to content

Commit 49ff5a1

Browse files
committed
update readme
1 parent cd2f1b5 commit 49ff5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updateCommit.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ for /r "%folder%" %%f in (*) do (
88
echo %%~nxf|findstr /c:".java"> nul 2>nul && echo %%~nxf|findstr /c:"@"> nul 2>nul && echo solve via java && echo %%~nxf && echo %%~nxf >> "%output%"
99
)
1010

11-
echo %1
11+
echo "commit -m %1"
1212
git add .
1313
git commit -m %1
1414
git push

0 commit comments

Comments
 (0)