Git Merge Conflict: Add Changes to be committed when resolved?
问题 I frequently come across the following Merge Conflict issue and resolving it but I would like to ask if my solution is correct. Personally, I do not see any issues given that the functional tests are passing but it would be nice to have an insight on this one. So, let's say we have got two branches: develop feature I am changing the code in feature branch and then creating a PR to merge into develop . However, Github 's or Bitbucket 's diff tool suggests that we have got a Merge Conflict;