Keep a fork automatically synchronized with its upstream
5.0K
Simple tool to keep a Git repository synchronized with its upstream.
FORK: fork URLUPSTREAM: upstream URLCRON: Cron expression which launchs the synchronization, * * * * * by defaultRemote SSH fork on GitHub:
docker run -d -e [email protected]:rails/rails.git -e [email protected]:your_username/rails.git -v /path/ssh/private_key_rsa:/ssh/id_rsa viossat/git-fork-sync
Local fork of an HTTPS remote repo:
docker run -d -e UPSTREAM=https://gitlab.com/gitlab-org/gitlab-ce.git -e FORK=/fork -v /path/local/fork:/fork viossat/git-fork-sync
Content type
Image
Digest
Size
11.9 MB
Last updated
over 7 years ago
docker pull delfer/docker-git-fork-sync