Missing the "oh shit need to fix this other thing but I am in the middle of a big change,,," flow.
I use git stash, but I wish I could include files that haven't been added and I wish it could be tied to the branch
I've stopped using stash and mostly just commit to my working branch. I can squah that commit away if I want later. But we squash before merge so it doesn't tend to be worth it.