Rewrite in rust

This commit is contained in:
2021-06-03 15:26:30 -07:00
parent 6199802e26
commit a7d4ac9c6d
6 changed files with 372 additions and 62 deletions

View File

@@ -1,11 +1,11 @@
# Gitm
Automatic git mirroring script.
Automatic git mirroring program.
### How it works
This is a simple script that intercepts commands like `git init` and `git push` and automatically configures and pushes to many different remotes.
This is a simple program that intercepts commands like `git init` and `git push` and automatically configures and pushes to many different remotes.
### Usage
To use this script, create a file called `.gitm.toml` and populate it with repositories like so:
To use this program, create a file called `.gitm.toml` and populate it with repositories like so:
```toml
[repos]
origin = "https://gitea.arsenm.dev/Arsen6331/gitm.git"