.TH mirror 1 "2023-04-15" .SH NAME mirror \- copies remote git repositories in bulk .SH SYNOPSIS .SY mirror .RI [ list ] .YS .SH DESCRIPTION This script will read .I list file for paths to git repositories, clone them in bare mirror mode or update existing mirrors as necessary. If not provided .I list will default to .B repositories.list in the current working directory. .SH EXIT STATUS Script is not expected to provide a useful exit status as of now. .SH SEE ALSO .BR git (1)