Git Updater
| Repository | gitlab.com/martinzerty/git-updater |
| Started at | SEP/2024 |
As I want, on my servers, to have the latest versions of the services I run, the best way is to automate the update of them.
Based on a config file, this program check the directories configured, fetchs the remote repo of the directory and pulls the lastest version of main. It can also install itself in the cron tables.
Written in C and bash.