gameplayjdk / git-remote-update
A tool for running `git remote update` on multiple directories.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.1
- ext-json: *
- symfony/console: ^5.0
This package is auto-updated.
Last update: 2024-11-14 05:22:54 UTC
README
A tool for running git remote update
on multiple directories.
Installation
Run composer create-project gameplayjdk/git-remote-update
. This will create a new project from this one and allow you
to change the configuration.json
to your liking, e.g. enter your paths. When it suite your needs, try running the app:git-remote-update
command to test if everything works.
Usage
Create a cron-job to execute php bin/console.php app:git-remote-update
on a regular basis.
That way all mirrored repositories configured will stay up to date.
License
It's MIT.