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

 Release :

    - australia

ft:locale :

    - pt-BR

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}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

App developers using ServiceNow Studio can pull changes from a linked Git repository to apply remote changes to the local instance.

## Antes de Iniciar

[Link an app to source control in ServiceNow Studio](https://servicenow-prod.fluidtopics.net/AJB3RRVvlbN9W7aSTZbKvw "Linking an application or application-customization to source control allows application developers to manage changes in ServiceNow Studio from a Git repository.")

Role required: admin

## Procedimento

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 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. Nota: 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. |
   |-|-|

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

## Resultado

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 isn't removed. You can disable this feature if you want
data automatically deleted.

