1
0
Fork 0
mirror of https://github.com/Findus23/git-mirror.git synced 2024-09-19 15:13:49 +02:00
git-mirror/README.md

9 lines
177 B
Markdown
Raw Normal View History

2022-12-30 15:05:57 +01:00
# A simple way to mirror git repositories
```bash
cd repos
git clone --mirror https://source.example
cd repo.git
git remote add --mirror=push target https://target.example
```