git-pusher 0.1.2

Small CLI helper to track changes in repos and push them to a remote
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
Small CLI helper to automatically track changes in repos (dotfiles, collections, etc), commit and push to remote.
To run it requires config file at `~/.config/git-pusher/config.yaml`
Example config:
```yaml
repos:
  - /path/to/repo1
  - /path/to/repo2
commit_msg_template: updated <files>
cron: "0 * * * * * *"
commit_author_name: commit_author
commit_author_email: commit_author@somemail.com
```