Manage stashed changes

  • Release version: Zurich
  • Updated July 31, 2025
  • 1 minute to read
  • App developers can apply or delete stashed changes from ServiceNow Studio.

    Before you begin

    Link an app to source control in ServiceNow Studio

    You must have one or more stashed changes.

    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 you want to manage.
      OptionDescription
      Apply Commits the stashed changes to the application and checks for conflicts.
      Delete Removes the stashed changes.
    6. If you apply the stashed changes to your application, continue normal pull/push operations to add your changes to the Git repository.
      For more information, see Pull changes from a repository.