I want to save the state of my working area but not as a commit. Should I create a new branch, or is there a way to make a stash without cleaning the working area?
There's some way to ask stash to save and not remove changes from working tree... but this would work
git stash save "I'm saving"
git stash apply # apply stash, but don't remove it from list of stashes
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With