Fetch all remotes for all git repositories in directory (recursively)
$ find . -name .git -type d -execdir git --git-dir '{}' fetch --all ';'
Fetch all remotes for all git repositories in directory (recursively)
$ find . -name .git -type d -execdir git --git-dir '{}' fetch --all ';'