Skip to content
Release: Australia · Updated: 2026-05-27 · Official documentation · View source

Manage stashed changes

Apply or delete stashed changes in ServiceNow Studio to restore saved work or remove stashes that are no longer needed.

Before you begin

Link an app to source control in ServiceNow Studio

At least one stashed change must exist.

Role required: admin

Procedure

  1. Navigate to All > App Engine > ServiceNow 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 control > Manage stashes.

  5. Select the action next to the stash to manage.

    OptionDescription
    ApplyCommits the stashed changes to the application and checks for conflicts.
    DeletePermanently removes the stashed changes.
  6. After applying stashed changes, continue normal pull and push operations to add the changes to the Git repository.

    For more information, see Pull changes from a repository.

Result

The selected action is applied to the stash. If changes were applied, continue with pull and push operations to update the Git repository.

Parent Topic:Work with changes in Git