diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,7 @@ # git-mirror +![Rust][github-actions-badge] + **git-mirror** is a command-line program to keep local git mirrors up to date with their origin. ## Configuration @@ -19,3 +21,5 @@ description = "A hyperfast web frontend for git repositories written in C." ### Example crontab entry Execute git-mirror every 15 with the given config. `*/15 * * * * git-mirror -c /srv/git/config.toml` + +[github-actions-badge]: https://github.com/Bond-009/git-mirror/workflows/Rust/badge.svg |
