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
Navigate to All > App Engine > ServiceNow Studio.
In the file navigator, select the application you want to open.
Select App details to open the app in the canvas.
Select Source control > Manage stashes.
Select the action next to the stash to manage.
Option Description Apply Commits the stashed changes to the application and checks for conflicts. Delete Permanently removes the stashed changes. 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