Weekly Git Command #4: git stash -p
In last week’s post, I wrote about git stash and how it helps temporarily save your work when you’re not ready to commit.
But very quickly, I ran into a limitation.
Sometimes, I don’t want to stash everything.
I only want to stash some of my changes....
cloobtech.hashnode.dev2 min read