dino- / git-update-all

Keep a directory of git repositories updated with their remotes
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

git-update-all

Synopsis

Perform a git pull in every subdir (Haskell)

Description

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

Getting source

Contact

Dino Morelli [dino@ui3.info](mailto:dino@ui3.info)