Regarding handling of stashes when applying remote changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2025 12:39 AM
When applying remote changes from GIT to a development application, if a file is updated in the instance to which the remote changes are applied and a stash occurs, I understand that the following behavior will occur, but is this correct?
1.The updates made in the instance to which the remote changes are applied are saved to the stash
↓
2.The GIT file is reflected in the instance (the stashed changes are overwritten and disappear)
↓
3.The changes saved in 1 are restored from the stash.
If the above is correct, is it correct to understand that after performing 2, and until 3 is completed, the application will operate without the stash being reflected (with the code obtained from GIT)?
ServiceNow uses xanadu Patch 4.