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
boolean
Whether a Git repository is configured for Watch script sync.
string
Git repository URL from
WATCH_SCRIPT_GIT_REPO.string
Branch name Watch tracks. Defaults to
main when not set.string
Local directory where Watch stores cloned scripts.
string
Current local commit hash.
string
Latest commit hash on the remote branch, when available.
boolean
Whether the local and remote commits match.
string
Error message when Git is not configured or status lookup fails.