Skip to content

Instantly share code, notes, and snippets.

@EdwinTai
Created December 26, 2022 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EdwinTai/252b55e0b63d8094e50a10da3e847952 to your computer and use it in GitHub Desktop.
Save EdwinTai/252b55e0b63d8094e50a10da3e847952 to your computer and use it in GitHub Desktop.
git pull all
foreach ($x in (Get-ChildItem -Directory)) { git -C $x pull }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment