Fix README
This commit is contained in:
parent
8b9d8c5b48
commit
29efee120e
14
README.md
14
README.md
@ -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"
|
||||||
|
```
|
13
README.md.o
13
README.md.o
@ -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"
|
|
||||||
```
|
|
Reference in New Issue
Block a user