the terminal running screenshot
1.I have some changes in Branch_A, and a new Branch_B;
2.In Branch_A, Use git stash
;
3.checkout to Branch_B, use git stash pop
; but get git stash drop
in the picture above;
4.git stash list
get no stash entry;
Why is there such a strange error in step 3?