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:
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