~siegfriedehret/gitzytout

945682596005c38bfb93699994b1b6d7244d8d76 — Siegfried Ehret 8 years ago d5334e9
:memo: update readme
1 files changed, 9 insertions(+), 5 deletions(-)

M README.md
M README.md => README.md +9 -5
@@ 7,21 7,25 @@ A very small thing that reads a yaml config file and pushes to the given git rep

Made to solve the problem of having your code centralized only on Github or Gitlab...

It is made in [Go](https://golang.org) because [Vincent](https://github.com/vbehar) thinks this language is awesome.

## how to

First, create a `gitzytout.yaml` file, with some content:

```
```yaml
main: git@gitlab.com:SiegfriedEhret/gitzytout.git
mirrors:
- https://gitlab.com/SiegfriedEhret/gitzytout
- https://github.com/SiegfriedEhret/gitzytout
- git@github.com:SiegfriedEhret/gitzytout.git
```

Then, run `gitzytout` it will automagically configure your `.git/config` to allow you to push to multiple repositories.

## todo

- [ ] Check with https/ssl urls
- [ ] Check with passphrase keys
- [ ] [Add a main item](https://gitlab.com/SiegfriedEhret/gitzytout/issues/1) ?
- [x] Check with passphrase keys
- [x] [Add a main item](https://gitlab.com/SiegfriedEhret/gitzytout/issues/1) ?

## licence