From 9a3a9a0c33f045d6752048d062c68a15b92618ab Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 2 Aug 2019 23:42:29 +0200 Subject: [PATCH] Added README --- README.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b93885b..16bc0af 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,30 @@ -# gitomatic -A tool to monitor a git repository and automatically pull & push changes +git-o-matic +=========== + +A tool to monitor a git repository and automatically pull & push changes + +## Installation + +Make sure you have a working Go environment (Go 1.11 or higher is required). +See the [install instructions](http://golang.org/doc/install.html). + +To install gitomatic, simply run: + + go get github.com/muesli/gitomatic + +## Usage + +Monitor a repository for changes and automatically pull & push changes: + +``` +gitomatic +``` + +Available parameters: + +``` +gitomatic -interval 30m +gitomatic -privkey ~/.ssh/id_rsa +gitomatic -author "John Doe" +gitomatic -email "some@mail.tld" +```