Source control in ServiceNow Studio

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • App developers working in ServiceNow Studio can manage their data repository in numerous ways using source control.

    After your admin has linked an app to source control, all application developers on a non-production instance can perform these actions:
    • Import applications from a Git repository.
    • Pull and apply remote changes from a Git repository.
    • Commit all local changes on the instance to a Git repository.
    • Create tags to permanently link to a given version of an application.
    • Create branches to maintain multiple versions of an application simultaneously.

    For more information, see Link an app to source control in ServiceNow Studio.

    Remarque :
    If you're using source control to collaborate with other developers, only changes that have been checked in are available to other developers. For example, if an admin creates a new flow for an app that's linked to Git, the new flow won't be available in the app for other users until the admin checks the flow into Git.