resolve git conflicts for particular files by automatic merge all changes
问题 There is a project using github repositories. When there are conflicts to be resoled before merging pull request some 90% of conflict cases concern just one CHANGELOG file containing list of completed tickets, sth like: ## current <<<<<<< HEAD ISSUE-128 done some 128 ISSUE-131 done some 131 ======= ISSUE-125 done some 125 >>>>>>> ISSUE-125 ISSUE-126 done some 126 ISSUE-120 done some 126 ISSUE-123 done some 126 I wonder if there is a way to automate merge of this particular file (possibly by