DevOps, Day - 11
What is git stash?
git stash is a command in Git that allows you to save your changes without committing them, by creating a temporary "stash".
Using git stash can be useful when you want to switch branches or perform other actions that require a...
vrishni.hashnode.dev4 min read