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


---

# Legacy - Commit changes

# Legacy - Commit changes {#ariaid-title1}

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

Application developers can commit their changes on the instance to the linked Git
repository. You can either select a few changes to commit, or commit all changes on the
instance at once.

## Antes de Iniciar

Importante:  
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\]](https://support.servicenow.com/kb_view.do?sysparm_article=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](https://servicenow-prod.fluidtopics.net/HJE5fDsb~bjmVZ9BqGtS8w "ServiceNow Studio provides a unified experience for all ServiceNow development activities, enabling admins and developers to extend base system solutions and create custom apps with ease. Use ServiceNow Studio to build apps and app files with integrated tools, access and edit app metadata in scoped and global apps, and package app changes for deployment, all in one powerful development tool.").

* Role required: admin
* [Legacy - Link an application or application-customization to source control](https://servicenow-prod.fluidtopics.net/2oVB7fYJ7Iq7VapMevRcow "Linking an application or application-customization to source control allows application developers to manage changes from a Git repository.")
{#t_CommitChanges__ul_zyd_vlt_s5}

## Procedimento

1. Navigate to AllSource ControlCommit Changes.  
   The system displays the Select files to commit to source control window. The file changes from all the updates sets display. By default, the file changes from the current update set display.
2. Select the file changes you wish to commit.
3. To include untracked changes, select the Include changes not tracked via the Customer Update \[sys_update_xml\] table check box.  
   * The default for this check box is set via the glide.sourcecontrol.default_commit_mode property.
     * Property can be set to include_untracked or exclude_untracked.
     * The include_untracked mode commits the updates to the application that do not generate sys_update_xml records, as well as any user-selected updates.
     * The exclude_untracked mode commits only updates selected by the user in the Select files to commit to source control dialog.
     {#t_CommitChanges__ul_x41_fhl_spb}
   * The base system setting for the property is exclude_untracked.
   * Prior to the ServiceNow Rome release, only the include_untracked mode is used.

   {#t_CommitChanges__ul_up1_qgl_spb}

   To hide the check box and use the value of the
   glide.sourcecontrol.default_commit_mode property,
   create the
   sn_devstudio.vcs.allow_commit_mode_selection
   property and set it to false. Checking this check box may incur a
   performance penalty.  
   Nota:  
   Commits always occur in include_untracked mode in
   the following cases:
   * Linking to Source Control for the first time. (To learn more, see [Legacy - Link an application or application-customization to source control](https://servicenow-prod.fluidtopics.net/2oVB7fYJ7Iq7VapMevRcow "Linking an application or application-customization to source control allows application developers to manage changes from a Git repository.").)
   * Publishing an application that's linked to Source Control from ServiceNow Studio. (To learn more, see [Legacy - Publish an application from ServiceNow Studio when linked to Source Control](https://servicenow-prod.fluidtopics.net/DGF9xulF5Gtx5ggq6We73w "You can publish a custom application from ServiceNow Studio when linked to Source Control.").)
   * Selective commit mode is disabled.
   {#t_CommitChanges__ul_fzw_4hl_spb}
4. Click Continue.
5. In Commit comment, enter a comment for the changes.
6. Click Commit Files.  
   The following operations occur:
   * The system identifies all local changes.
   * The system commits all local changes to the remote repository.

   {#t_CommitChanges__ul_ilx_545_s5}  
   Nota:  
   For list of known files that don't have customer update records and are untracked, see [Customer Updates table](https://www.servicenow.com/docs/access?context=r_CustomerUpdatesTable&version=australia&pubname=australia-platform-security&ft:locale=en-US).
{#t_CommitChanges__steps_lt3_bp5_s5}

