Skip to content

Instantly share code, notes, and snippets.

@EdwinTai
Created December 26, 2022 10:18
Show Gist options
  • Save EdwinTai/92213382d7574004becca531bbac3be8 to your computer and use it in GitHub Desktop.
Save EdwinTai/92213382d7574004becca531bbac3be8 to your computer and use it in GitHub Desktop.
git pull all
for /d %%x in (*) do git -C %%x pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment