Multiple choice technology programming languages

What capability provides the user to store the changes without committing the changes to the source control system?

  1. Changeset

  2. Check-in

  3. Shelveset

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A shelveset in TFS allows you to store your pending changes on the server without committing them to the source control repository. This is useful for: (1) saving work-in-progress to share with others for code review, (2) switching to another task, or (3) getting a clean workspace for build. Changesets are permanent commits, and check-ins finalize changes.