TILs can be helpful! git stash only unstaged
I was needing some help with stashing code that was not staged (while leaving the staged code) and found Hashrocket's TIL helpful:
Stashing Only Unstaged Changes
git stash -k
I was needing some help with stashing code that was not staged (while leaving the staged code) and found Hashrocket's TIL helpful:
Stashing Only Unstaged Changes
git stash -k