Skip to content

Instantly share code, notes, and snippets.

@omidp
Created July 14, 2022 07:16
Show Gist options
  • Save omidp/8c4e39400b54252125572d5bbc7fc375 to your computer and use it in GitHub Desktop.
Save omidp/8c4e39400b54252125572d5bbc7fc375 to your computer and use it in GitHub Desktop.
mac cheatsheet
find . -type d -depth 1 -exec git --git-dir={}/.git --work-tree=$PWD/{} pull \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment