119k views
4 votes
Case/Challenge: Dave has accidentally committed the wrong custom field in the user story. He wants to remove the custom field from the ___ and keep the rest of the ___.

A) Workspace, changes
B) Repository, changes
C) Workspace, metadata
D) Repository, metadata

User Guish
by
7.9k points

1 Answer

5 votes

Final answer:

Option (B), The correct answer is Repository, changes. Dave needs to remove the committed custom field from the repository while maintaining the rest of the changes made to the user story.

Step-by-step explanation:

The question at hand involves a version control scenario likely related to software development. Specifically, it pertains to a user named Dave who has mistakenly added an incorrect custom field to some sort of trackable unit such as a user story. The challenge is to remove the unwanted custom field without affecting other modifications that have been made. The options given are 'Workspace' and 'Repository' in combination with either 'changes' or 'metadata'.

The correct answer is B) Repository, changes. This is because when working with version control systems, such as Git, changes are committed to a repository. Thus, to remove a custom field that was committed in error, the action would be taken within the repository, while preserving the rest of the changes that were made.

User Carlos Valiente
by
7.5k points