I am getting this error when I try to merge master and developer git branch from Zend Studio UI. When I try to do this by command line I get this error:
error: your local changes to the following files would be overwritten by merge
even that the list of files have not been changed. After I tried this How to ignore error on git pull about my local changes would be overwritten by merge? but on the next try of merge I get conflicting in all files.
How can I solve this mess?