I read this question: how can I git stash a specific file?
so i know i can use git stash push <path>
or git stash --patch
from the console, but i was wondering if maybe PhpStorm has a friendlier UI for stashing only selected parts of my changes (something like the interface when committing).
Thanks a lot in advance!