Skip to content

Instantly share code, notes, and snippets.

@agarnaas
Created January 27, 2017 07:55
Show Gist options
  • Save agarnaas/3f274c21934b29f26731a2173e351263 to your computer and use it in GitHub Desktop.
Save agarnaas/3f274c21934b29f26731a2173e351263 to your computer and use it in GitHub Desktop.
terminal git pull mange directories
for r in */.git; do (cd $r/..; ggl); done
@dynnamitt
Copy link

💚

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment