You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.