Skip to content

Commit 9a3a9a0

Browse files
committed
Added README
1 parent bd1c5b2 commit 9a3a9a0

1 file changed

Lines changed: 30 additions & 2 deletions

File tree

README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
1-
# gitomatic
2-
A tool to monitor a git repository and automatically pull & push changes
1+
git-o-matic
2+
===========
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

Comments
 (0)