We work with Netbeans and sometimes get an error when pulling / pushing from git
git Failed to merge the head named origin / master because of these files: "... / Filename.java"
What we can do? How to solve this in netbeans? We all tried -> commit -> pull - same error -> commit -> push - same error
there are no windows where we can resolve conflicts.
Edit:. When I do this: git pull using the git shell, then it will work, the file will show me the conflict ...
But if I do git pull through netbeans, netbeans doesn't show me anything, it saves the file as is, without putting
<<<<<< HEAD:file.java blablabla ======== blabla >>>>>>> 77976da35a11db4580b80ae27e8d65caf5208086:file.java
inside.
David sonnenfeld
source share