---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/application-development

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Pull changes

# Pull changes from a repository {#ariaid-title1}

Release version: Australia  
Updated May 27, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Pull changes from a linked Git repository in ServiceNow Studio to apply remote updates to the local instance.

## Before you begin

[Link an app to source control in ServiceNow Studio](https://servicenow-prod.fluidtopics.net/DawPgaSCzbztW8HaLVSwAg "Link an application or application customization to a Git repository in ServiceNow Studio so application developers can manage changes directly from the platform.")

Role required: admin

## Procedure

1. Navigate to AllApp EngineServiceNow Studio.
2. In the file navigator, select the application you want to open.
3. Select App details to open the app in the canvas.
4. Select Source controlPull from repository.
5. Choose whether to stash or discard local changes before pulling.

   | 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. Discarded changes cannot be recovered. Note: Use caution when discarding local changes. Because all application developers share repository credentials, there is no way to discard only one set of user changes. |
   |-|-|

   {#sns-sc-pull-changes-from-repository__choicetable_evb_nr3_t5}  
6. Select Pull from repository.

## Result

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.

{#sns-sc-pull-changes-from-repository__ul_p1t_zmt_s5}If there are conflicts, the system displays the Resolve Conflicts window.

Delta loading is enabled by default in sys_properties so your data is not removed. Disable this feature if you want data
automatically deleted.

*[\>]: and then


