Let's admit I want to work on a doc document with 2 parts, and I want to work on these 2 parts with 2 different branches part1 and part2, created from master.
When I merge part1 into master, nothing wrong but then, when I merge part2 into master, I have conflicts.
Is there a way to avoid that kind of conflict? If not should I just resolve conflicts, or are there good practices to avoid them?