Skip to content

Instantly share code, notes, and snippets.

@hazzik
Created September 18, 2012 09:54
Show Gist options
  • Save hazzik/3742321 to your computer and use it in GitHub Desktop.
Save hazzik/3742321 to your computer and use it in GitHub Desktop.
@for /d %%f in (*) do @call :update %%f
:update
pushd %1
git fetch --all
popd
@goto :eof
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment