Git stash pop- needs merge, unable to refresh index
First, check git status.As the OP mentions, The actual issue was an unresolved merge conflict from the merge, NOT that the stash would cause a merge conflict. That is where git status would mention that file as being “both modified“ Resolution: Commit the conflicted file. Solution: in this case, simply add and commit your local file. You can … Read more