I have two branches:
- Master
- 1.1.0
I initiated a pull request to merge 1.1.0 with master. However, there are complex conflicts and it says to use command line to fix the conflicts. There are over 1500 conflicts. I am sure that I want to use the files in 1.1.0 to overwrite files in master. I have found something called 'ours' and 'thiers'. I understand the concept, that i have to use one of those keywords in the command line to choose which branch should keep it's changes.
I want 1.1.0 to overwrite the conflicting files in master. So could anyone please let me know what commands I should do?
Thanks in advance.