Legacy - Available source control operations
The source control integration primarily supports operations from Studio, but can also support some operations directly from the GIT repository.
Important :
Starting with the Xanadu release, the legacy version of ServiceNow Studio is being prepared for future deprecation. It will be hidden and no longer activated on new instances but will continue to be supported. For details on the deprecation process, see the Deprecation Process [KB0867184] article in the Now Support Knowledge Base.
Try building and editing apps in the current version of ServiceNow Studio instead. For more information, see ServiceNow Studio.
| Operation | Description | Available from |
|---|---|---|
| Import from Source Control | Imports an application from the repository to the local instance. | Studio |
| Link to Source Control | Allows developers to manage application changes from a GIT repository. | Studio |
| Edit Repository Configuration | Updates the GIT repository user credentials. | Studio |
| Apply Remote Changes | Updates the local version of the application to match the repository version. | Studio |
| Commit Changes | Updates the repository version of the application to match the local version. | Studio |
| Stash Local Changes | Removes and saves local changes for later work. | Studio |
| Switch Branch | Updates the local version of the application to match the repository branch version. | Studio |
| Create Branch | Creates a branch in the repository to save a different version of the application. |
|
| Create Tag | Creates a tag in the repository to link to a particular application version. |
|
| Manage Stashes | Allows developers to apply or delete stashed changes. | Studio |
| Create repository | Creates a repository to store application changes | GIT repository |
| Create credentials | Creates credentials to the repository. | GIT repository |
| Grant access to repository | Provides read and write access to the repository tied to a specific set of credentials. | GIT repository |
| Source Control repository sync | Allows admins to apply remote changes from the Source Control repository, to resynchronize with the instance. Remarque : This operation is only available if Delta loading is being used for the repository. See Legacy - Delta loading. |
Repository Configuration form |