mirror of
https://github.com/taigrr/gitomatic.git
synced 2026-04-02 11:19:16 -07:00
Added support for username/password based authentication
This commit is contained in:
10
README.md
10
README.md
@@ -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"
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user