Added support for username/password based authentication

This commit is contained in:
Christian Muehlhaeuser
2019-08-03 00:03:58 +02:00
parent 61f1062c01
commit e7cf208fe0
2 changed files with 32 additions and 11 deletions

View File

@@ -22,11 +22,17 @@ Monitor a repository for changes and automatically pull & push changes:
gitomatic <path>
```
Available parameters:
Auth methods:
```
gitomatic -privkey ~/.ssh/id_rsa
gitomatic -username "someone" -password "mypass"
```
Other parameters:
```
gitomatic -interval 30m
gitomatic -privkey ~/.ssh/id_rsa
gitomatic -author "John Doe"
gitomatic -email "some@mail.tld"
```