The source control operation used to store local changes on an instance for later application is called
a stash. A stash is a temporary storage area for uncommitted changes that are not ready to be
pushed to a remote repository. Developers can use stashes to save their work in progress without
committing it to the local repository or discarding it. Stashes can be applied later to restore the
changes to the working directory, or dropped if they are no longer needed. Reference: [ServiceNow
Docs - Stash local changes], [ServiceNow Docs - Source control]
Reference: https://docs.servicenow.com/bundle/orlando-applicationdevelopment/page/build/applications/task/ t_StashLocalChanges.html