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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *