Git's __________ feature allows users to record changes to the repository without affecting the working directory.
- Stash
- Amend
- Commit
- Checkout
The correct option is "Stash." Git's Stash feature allows users to save changes in a "stash" without committing them, providing a way to record changes without affecting the working directory.
Loading...
Related Quiz
- In a code review, what should be the primary focus when evaluating a pull request?
- In Git, __________ can be used to verify the integrity and origin of commits.
- How does Git integration in an IDE enhance the coding process?
- What does the git log command display in a Git repository?
- The ________ command in Git is commonly used to propose changes in a collaborative project.