MCQs>IT & Programming>Git>While modifying a file, you're unexpectedly assigned an urgent bug fix on another branch. How can you temporarily save your local work without committing?
Git MCQs
While modifying a file, you're unexpectedly assigned an urgent bug fix on another branch. How can you temporarily save your local work without committing?
Answer
Correct Answer: Use git stash to save your work and come back later and reapply the stashed commit.
Explanation:
Note: This Question is unanswered, help us to find answer for this one