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


---

# Work with changes in Git

# Work with changes in Git {#ariaid-title1}

Release version: Australia  
Updated May 27, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Pull and commit changes in a Git repository directly from ServiceNow Studio to keep app development in sync across your team.  
Note:  
When collaborating with other developers using source control, only changes that have been checked in are visible to other developers. For example, if an admin creates a new flow for an app linked to Git, other ServiceNow Studio users cannot access the new flow until the admin checks it into Git.
* **[Pull changes from a repository](https://servicenow-prod.fluidtopics.net/JIFHKh7b0gbOq~jBXbb1MA)**   
  Pull changes from a linked Git repository in ServiceNow Studio to apply remote updates to the local instance.
* **[Commit changes to a repository](https://servicenow-prod.fluidtopics.net/gjN2TejOCHjDfHKV~RAiUw)**   
  Commit changes made in ServiceNow Studio to a linked Git repository by selecting individual file changes or committing all changes on the instance at once.
* **[Stash local changes](https://servicenow-prod.fluidtopics.net/W~3azWIKp3BnDEFB8oTSww)**   
  Stash local application file changes in ServiceNow Studio to save them temporarily, pull the latest version from the repository, and recover the stashed changes at a later time.
* **[Manage stashed changes](https://servicenow-prod.fluidtopics.net/9TYX6zX8ZReO72ZooPKP6A)**   
  Apply or delete stashed changes in ServiceNow Studio to restore saved work or remove stashes that are no longer needed.
* **[Resolve conflicts](https://servicenow-prod.fluidtopics.net/A47nfJpjcoVJgcd50Pf2zw)**   
  Resolve conflicts in ServiceNow Studio when applying remote or stashed changes that conflict with the local version of the same application file.

