Run a shell command in all the git repos in a directory.
Idea stolen from
fabiospampinato/autogit
brew tap meain/homebrew-meain
brew install meain/homebrew-meain/gloc
Download the binary from the release page.
gloc "git fetch" "./path/to/folder"
You can provide two other flags
--output
to show the output of the command--all-dirs
to do the command on all dirs and not just git projects