Git sync
Get Git status
Check the configured Git repository state for Watch script sync.
GET
Blnk Watch is currently in beta. Send us a message
WATCH_SCRIPT_GIT_REPO is configured in your Watch configuration.
When Git sync is not configured, the response returns
"configured": false with an error message.Request
This endpoint has no path, query, or body parameters.Response fields
Whether a Git repository is configured for Watch script sync.
Git repository URL from
WATCH_SCRIPT_GIT_REPO.Branch name Watch tracks. Defaults to
main when not set.Local directory where Watch stores cloned scripts.
Current local commit hash.
Latest commit hash on the remote branch, when available.
Whether the local and remote commits match.
Error message when Git is not configured or status lookup fails.