An open API service indexing awesome lists of open source software.

https://github.com/findus23/git-mirror

very simple git mirror
https://github.com/findus23/git-mirror

Last synced: about 1 year ago
JSON representation

very simple git mirror

Awesome Lists containing this project

README

          

# 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
```