Modern Qlik teams increasingly use Git-based workflows — qlik-cli with GitHub or Azure DevOps, or Ebiexperts WIP — to track script changes, branch development, review pull requests, and automate deployments between dev, test, and production.
Git is excellent for development governance: who changed what, when, and why. It enables branching, merging, code review, CI/CD, and controlled promotion of Qlik scripts and app definitions.
However, Git was designed for source control, not operational recovery. Qlik artifacts in Git typically cover load scripts and app metadata exported via qlik-cli — not the full runtime state. Private sheets, user bookmarks, stories, in-app notes, schedules, alerts, subscriptions, automations, data connections, API keys, identity providers, spaces, and tenant configuration usually live outside the repository.
Restoring from Git is a redeployment exercise: pull the branch, run pipelines, reconfigure connections, recreate users' private content. That is rebuild work, not restore work.