Fix README

This commit is contained in:
Elara 2021-05-21 18:34:43 -07:00
parent 8b9d8c5b48
commit 29efee120e
2 changed files with 12 additions and 15 deletions

View File

@ -1,3 +1,13 @@
# gitm
# Gitm
Automatic git mirroring script.
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:
```toml
[repos]
origin = "https://gitea.arsenm.dev/Arsen6331/gitm.git"
gitlab = "https://gitea.arsenm.dev/moussaelianarsen/gitm.git"
```

View File

@ -1,13 +0,0 @@
# 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:
```toml
[repos]
origin = "https://gitea.arsenm.dev/Arsen6331/gitm.git"
gitlab = "https://gitea.arsenm.dev/moussaelianarsen/gitm.git"
```