#repos #remote #push #track #helper #commit #file

bin+lib git-pusher

Small CLI helper to track changes in repos and push them to a remote

1 unstable release

new 0.1.2 Jan 22, 2025
0.1.1 Jan 21, 2025
0.1.0 Jan 21, 2025

#9 in #repos

Download history 257/week @ 2025-01-18

257 downloads per month

MIT/Apache

12KB
130 lines

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

Dependencies

~16–26MB
~447K SLoC