summaryrefslogtreecommitdiff
path: root/mirror.1
blob: 3fdeea1054b97575b2a2fdaac103bb718a483153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.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)