TOP MNC — DevOps INTERVIEW QUESTIONS 2024
1. What is GIT stash? In Git, the git stash command is used to temporarily save changes that are not ready to be committed. It’s handy when you need to switch branches or pull changes without committing your current work. Stashing allows you to store changes in a “stash,” and later you can apply or … Read more