Server code
This commit is contained in:
parent
629fc11ba4
commit
2f446a8d06
@ -6,7 +6,7 @@ for /R /D %%G in (*) do if exist %%G\.git (
|
||||
set RESULT=
|
||||
for /f %%i in ('git status -s') do (set RESULT=%%i)
|
||||
if defined RESULT (
|
||||
git add %*
|
||||
git add .
|
||||
git commit %*
|
||||
set ANY=1
|
||||
)
|
||||
|
2
eaapi
2
eaapi
@ -1 +1 @@
|
||||
Subproject commit e8ccee4a104962d2b8294ffb322b0ae33c6691a9
|
||||
Subproject commit c84d8f35f6a8647a115de99c8cb922fb2c9eee95
|
Loading…
Reference in New Issue
Block a user