How to appropriately git stash
Imagine these scenarios
You want to safely switch between branches without worrying about current untracked files or the state of the working directory. Well, you don't need to commit changes every time before switching between branches.
Imagine te...
clickpesa.hashnode.dev5 min read