We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1c5b2 commit 9a3a9a0Copy full SHA for 9a3a9a0
1 file changed
README.md
@@ -1,2 +1,30 @@
1
-# gitomatic
2
-A tool to monitor a git repository and automatically pull & push changes
+git-o-matic
+===========
3
+
4
+A tool to monitor a git repository and automatically pull & push changes
5
6
+## Installation
7
8
+Make sure you have a working Go environment (Go 1.11 or higher is required).
9
+See the [install instructions](http://golang.org/doc/install.html).
10
11
+To install gitomatic, simply run:
12
13
+ go get github.com/muesli/gitomatic
14
15
+## Usage
16
17
+Monitor a repository for changes and automatically pull & push changes:
18
19
+```
20
+gitomatic <path>
21
22
23
+Available parameters:
24
25
26
+gitomatic -interval 30m
27
+gitomatic -privkey ~/.ssh/id_rsa
28
+gitomatic -author "John Doe"
29
+gitomatic -email "some@mail.tld"
30
0 commit comments