Closed as not planned
Description
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 triggering a sync on demand (temporarily skipping throught the remaining wait-time
) could be handy.
Perhaps .git/index.lock
guarantees no interference, in which case running a second instance of git-sync
with --one-time
could be the go-to solution.