From 945682596005c38bfb93699994b1b6d7244d8d76 Mon Sep 17 00:00:00 2001 From: Siegfried Ehret Date: Tue, 9 Feb 2016 22:13:49 +0100 Subject: [PATCH] :memo: update readme --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a64c0a6..acc3ea3 100644 --- a/README.md +++ b/README.md @@ -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 -- 2.45.2