mirror of
https://github.com/taigrr/gitomatic.git
synced 2026-04-02 03:09:10 -07:00
aaff4d8b540af629a9afa1bc8e6d9de5f0fa683a
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.
To install gitomatic, simply run:
git clone https://github.com/muesli/gitomatic.git
cd gitomatic
go build
Usage
Monitor a repository for changes and automatically pull & push changes:
gitomatic <path>
Available parameters:
gitomatic -interval 30m
gitomatic -privkey ~/.ssh/id_rsa
gitomatic -author "John Doe"
gitomatic -email "some@mail.tld"
Languages
Go
100%