git-sync
git-sync copied to clipboard
A sidecar app which clones a git repo and keeps it in sync with the upstream.
Recently hugo does not support hugoThemes and some themes are already missing. In the latest hugo, themes are treated as modules. So this change fixes that themes are retrieved in...
Fixes #846
Hi, I may have missed something here but if not, do you think something like this would be possible? ### What? - add the ability to pass webhook authentication parameters....
Is there any way to tell git-sync not to create a symlink for my destination path? This is critical since the git-sync is by its nature to be used along...
I'm requesting git-lfs be added to the image. This issue came up back in 2019 [#174](https://github.com/kubernetes/git-sync/issues/174). The issue was closed without adding git-lfs to the image. I tested v3.6.2 by...
Would there be interest in discussing using kubernetes volume mounts for configuration in addition to environment variables and flags? Please tell if this is too far fetched but... - although...
This makes it easier to use a filesystem as `--root`. I did a simple hack and the e2e's "just work". It does change an unstated contract, specifically that the --root...
hoping to send webhook to slack on sync, 400 error using built in webhook function per https://github.com/kubernetes/git-sync/issues/508 no apt in v4 so can't install curl in a custom image to...
Running `git-sync --one-time` with the same params as an existing `git-sync` process may interfere each other if both syncs happen to occur at the same time. An http endpoint for...
This is a breaking change in git-sync v4. In git-sync v3, if neither `--branch` or `--rev` is specified, it fetches the HEAD commit on the default `master` branch. In git-sync...