1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-22 02:12:30 +01:00

Update update-git.bat

This commit is contained in:
Stylix58 2021-05-01 17:19:12 +02:00 committed by GitHub
parent 9d7a6dc4ed
commit 4269771ac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,3 +2,4 @@
ECHO Update for Git...
cd ..\..
FOR /D %%a IN (%CD%\fosscord\*) do echo -------------- && echo %%~fa && git -C %%~fa pull
@ECHO on