Skip to content

Instantly share code, notes, and snippets.

@MrSwed
Last active February 7, 2020 22:19
Show Gist options
  • Save MrSwed/502edcf9158d5af277d55c72d61ab446 to your computer and use it in GitHub Desktop.
Save MrSwed/502edcf9158d5af277d55c72d61ab446 to your computer and use it in GitHub Desktop.
Fetch all sub git
find . -name .git -printf "\n%h\n" -execdir git fetch --all -v --progress \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment