Automatic git mirroring script
src | ||
.gitignore | ||
.gitm.toml | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Gitm
Automatic git mirroring program.
How it works
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 program, 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"