Perform a git pull in every subdir (Haskell)
A script to perform a git remote update
in every repo in a directory on the
local system. It's intended to synchronize one server's repos with another.
The local repo copies will need to be what's known as "mirror clones" of the originals to ensure it gets all the changes. To make this type of clone:
$ git clone --mirror https://path/to/project.git
$ git clone https://github.com/dino-/git-update-all.git
Dino Morelli [dino@ui3.info](mailto:dino@ui3.info)