Skip to content

Instantly share code, notes, and snippets.

@hsinjungwu
Created January 3, 2019 03:33
Show Gist options
  • Save hsinjungwu/1e4f81cb29a90d4f5abb806176c250a2 to your computer and use it in GitHub Desktop.
Save hsinjungwu/1e4f81cb29a90d4f5abb806176c250a2 to your computer and use it in GitHub Desktop.
@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