---
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


---

# Move app files in a Git repository

# Move application files in a Git 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

Move application files that are linked to source control to any folder of the repository when working in ServiceNow Studio. Moving application files enables application developers to store supporting content, such as automated tests, in the same repository as the applications they support.

## 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: Source control credentials with write access

## Por Que e Quando Desempenhar Esta Tarefa

Linking an application to source control generates a properties text file called sn_source_control.properties at the root level of the repository. The properties file specifies the folder containing the application files. The integration tracks changes to these application files by generating a checksum.txt file. When the checksum matches, the integration skips the validation and sanitization process. When the checksum does not match, the integration validates and sanitizes the application files as part of the source control operation. The integration ignores all repository content outside the application path.  
Nota:  
You can set system properties glide.source_control.checksum_required to enable optional checksum validations and sanitizations and glide.source_control.checksum_quick_install to bypass sanitization steps on checksum matches. For more information, see [Available system properties](https://www.servicenow.com/docs/access?context=r_AvailableSystemProperties&version=australia&pubname=australia-platform-administration&ft:locale=en-US).

## Procedimento

1. Log in to the source control repository linked to the application.
2. Create the destination folder where you will move the application files.  
   For example, create the folders src/app.
3. Move the folder containing your application files to the destination folder.  
   For example, move the folder demo_my_app to src/app.
4. Navigate to the root level of the repository.
5. Open the sn_source_control.properties text file in a text editor.
6. For the `path=` property, enter the folder path where you moved the application files.  
   For example, enter `path=src/app`.
7. Save the properties file.
{#sns-sc-move-app-files-in-git-repo__steps_hxp_cs4_mqb}

