This repository has been archived on 2021-06-07 . You can view files and clone it, but cannot push or open issues or pull requests.
6199802e265bee5bbfdb42c3ddb677126b7d7630
Gitm
Automatic git mirroring script.
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.
Usage
To use this script, create a file called .gitm.toml and populate it with repositories like so:
[repos]
origin = "https://gitea.arsenm.dev/Arsen6331/gitm.git"
gitlab = "https://gitea.arsenm.dev/moussaelianarsen/gitm.git"
Description
Languages
Rust
100%