The Git command "git stash" is used to temporarily _______ changes in the working directory.
- Remove
- Stash
- Suspend
- Undo
The Git command "git stash" is used to temporarily stash changes in the working directory. It allows developers to save changes without committing them, making it easy to switch to another branch or address an urgent issue.
Loading...
Related Quiz
- What is Docker used for in containerization?
- The "Sources" tab in Browser Developer Tools is used for debugging _______ code.
- You're tasked with deploying a new version of an application without downtime. Explain how you would accomplish this using Kubernetes' rolling updates feature.
- The indexOf() method in JavaScript returns the position of the first occurrence of a specified _______ within a string.
- You encounter a bug in your codebase. How would you use TDD principles to fix it and prevent similar issues in the future?