ServiceNow Certified Application Developer — Question 92
The source control operation used to store local changes on an instance for later application is called a(n) <blank>.
Answer options
- A. Branch
- B. Tag
- C. Stash
- D. Update set
Correct answer: C
Explanation
The correct answer is C, Stash, which temporarily saves changes that are not ready to be committed. Option A, Branch, refers to creating a separate line of development, while B, Tag, is used to mark specific points in the repository's history, and D, Update set, relates to transferring changes between instances rather than storing local changes.