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


---

# Work with changes in Git

# Work with changes in Git {#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

Developers using ServiceNow Studio can pull and commit changes in their Git repository.  
Nota:  
If you're using source control to collaborate with other developers, only changes that have been checked in are available to other developers. For example, if an admin creates a new flow for an app that's linked to Git, the new flow won't be available in the app for other ServiceNow Studio users until the admin checks the flow into Git.
* **[Pull changes from a repository](https://servicenow-prod.fluidtopics.net/EaD_Z31KLKKnsVNk2kqKLg)**   
  App developers using ServiceNow Studio can pull changes from a linked Git repository to apply remote changes to the local instance.
* **[Commit changes to a repository](https://servicenow-prod.fluidtopics.net/v2nmo8an95B0FLbEa9Ma8Q)**   
  Commit changes made in your application in ServiceNow Studio to a linked Git repository. You can either select a few changes to commit, or commit all changes on the instance at once.
* **[Stash local changes](https://servicenow-prod.fluidtopics.net/ND90ZhLpVJ5Q6q2hfOMLYw)**   
  You can stash (or save) changes made locally on application files, pull the latest version of files from your repository, and apply those changes to your instance. When complete, your application files match those in the repository. You can then recover and apply your local changes at a later time in ServiceNow Studio.
* **[Manage stashed changes](https://servicenow-prod.fluidtopics.net/P3i8rQXtPjvF8Y_piIzH1g)**   
  App developers can apply or delete stashed changes from ServiceNow Studio.
* **[Resolve conflicts](https://servicenow-prod.fluidtopics.net/p1cL3YK1hUAtRNMuswXBhg)**   
  Resolve conflicts in ServiceNow Studio before applying remote or stashed changes. Conflicts occur when there are multiple change versions of the same application file: one set of changes in the remote or stashed version and another set of changes in the local version.

