1
0
Fork 0
mirror of https://github.com/Findus23/git-mirror.git synced 2024-09-16 11:43:50 +02:00
very simple git mirror
Find a file
2022-12-30 15:05:57 +01:00
.gitignore first version 2022-12-30 15:05:57 +01:00
README.md first version 2022-12-30 15:05:57 +01:00
sync.py first version 2022-12-30 15:05:57 +01:00

A simple way to mirror git repositories

cd repos
git clone --mirror https://source.example
cd repo.git
git remote add --mirror=push target https://target.example