nerdexam
ServiceNow

CAD · Question #23

The source control operation used to store local changes on an instance for later application is called a(n) <blank>.

The correct answer is C. Stash. 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…

Submitted by fatima_kr· Apr 18, 2026Designing and Creating an Application

Question

The source control operation used to store local changes on an instance for later application is called a(n) <blank>.

Options

  • ABranch
  • BTag
  • CStash
  • DUpdate set

How the community answered

(30 responses)
  • A
    7% (2)
  • B
    3% (1)
  • C
    90% (27)

Explanation

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.

Topics

#Source Control#Git#Stash#Developer Tools

Community Discussion

No community discussion yet for this question.

Full CAD Practice