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.
gitm/README.md

13 lines
451 B
Markdown
Raw Permalink Normal View History

2021-05-22 01:34:43 +00:00
# Gitm
2021-06-03 22:26:30 +00:00
Automatic git mirroring program.
2021-05-22 01:13:07 +00:00
2021-05-22 01:34:43 +00:00
### How it works
2021-06-03 22:26:30 +00:00
This is a simple program that intercepts commands like `git init` and `git push` and automatically configures and pushes to many different remotes.
2021-05-22 01:34:43 +00:00
### Usage
2021-06-03 22:26:30 +00:00
To use this program, create a file called `.gitm.toml` and populate it with repositories like so:
2021-05-22 01:34:43 +00:00
```toml
[repos]
origin = "https://gitea.arsenm.dev/Arsen6331/gitm.git"
gitlab = "https://gitea.arsenm.dev/moussaelianarsen/gitm.git"
```