App developers using ServiceNow Studio can pull changes from a linked Git repository to apply remote changes to the local instance.
手順
-
Navigate to .
-
In the file navigator, select the application you want to open.
-
Select App details to open the app in the canvas.
-
Select .
-
Choose whether you want to stash or discard local changes.
| Option | Description |
|---|
| Stash local changes |
Saves local changes before switching to an alternate branch. You can later merge or discard the saved changes. |
| Discard local changes |
Permanently deletes all local changes before switching to an alternate branch. If you choose to discard, you will not be able to recover those files.
注: Use caution when discarding local changes. Since all application developers share repository credentials, there is no way to discard just one set of user changes.
|
-
Select Pull from repository.
タスクの結果
The following operations occur:
- The ServiceNow AI Platform fetches the most recent changes from the remote repository.
- The ServiceNow AI Platform applies the remote changes to the instance.
- The ServiceNow AI Platform identifies any change conflicts requiring resolution.
If there are conflicts, the system displays the Resolve Conflicts window.Delta loading is enabled by default in sys_properties so your data isn't removed. You can disable this feature if you want
data automatically deleted.