after running git mergetool I got too many files in red colour and I doubt if it is an error becuase of their red colour, what is these files can anybody tell
@vaibhavraj10 @Midhun
after running git mergetool I got too many files in red colour and I doubt if it is an error becuase of their red colour, what is these files can anybody tell
@divs30 Keep only the last file ProtfolioManagerApplication.java and remove above files. This will be used for unit testing.
Yes, You have to delete the above 4
thank you so much
Git merge tool is a utility to resolve merge conflicts efficiently. You can otherwise resolve them manually. When you run the merge tool git will create multiple instances of the file. Each containing different code. You just need to delete the irrelevant files.
To learn more about merge tool you can refer to this doc -
https://git-scm.com/docs/git-mergetool
thank you for the resources