My coworker and I are working in the same branch which was cut from develop. There are many files to be taken care of by both of us. The scenario I’m facing is that I did some changes and pushed my code to the remote repo. My coworker also did some changes in his local and and now he is not able to take a pull. It shows merge conflict while pulling.
Can someone let me know how can we resolve this? Based on my understanding, I think we made some changes in the same files and now to merge them, git is causing that conflict.