Created
January 3, 2019 03:33
-
-
Save hsinjungwu/1e4f81cb29a90d4f5abb806176c250a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
for /d %%i in (*) do @cd %cd%\%%i && @echo Pull %%i && @git pull | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment