index : git-mirror-sync.git

ascending towards madness

# git-fetcher

A utility that automatically updates mirrored git repositories. Written in Rust.

## Usage (hopefully)

```shell
git-fetcher --refresh-time=10m /srv/git
```

`/srv/git` is the path to **[bare][]** git repositories.

[bare]: https://git-scm.com/book/en/v2/Git-on-the-Server-Getting-Git-on-a-Server
## Why?

Why not? I wrote this in bash and got bored. So now I write it in Rust :)

## License

- [AGPLv3]LICENSE