You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
src | 1 year ago | |
.gitignore | 1 year ago | |
.gitm.toml | 1 year ago | |
Cargo.lock | 1 year ago | |
Cargo.toml | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago |
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"