DAY 11 DevOps challenge
✔️ What is git stash ?
It allows you to temporarily store changes that are not ready for committing.
Stashed changes are saved separately from your commits.
You can use git stash save to create a new stash with an optional message.
Stashes can be...
prabirmahatha.hashnode.dev6 min read