Regarding handling of stashes when applying remote changes

takaakik
Tera Contributor

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.

0 REPLIES 0