Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can anyone help me to understand three window in Meld diff tool

While using Meld I am seeing three vertical sides:

  1. On the left Test.txt.LOCAL.10512.txt

  2. In the middle Test.txt

  3. On the right Test.txt.REMOTE.10512.txt

Can anyone help me to understand these three windows and which one should I consider as final merged file? I am not able find anything regarding this on the Internet.

like image 206
Manish Kumar Avatar asked Oct 12 '25 08:10

Manish Kumar


1 Answers

I use same tools (araxis merge). First file - your local file, second file - result what be after merge, the third file - file in git repository.

So your need change middle file and fix all conflict in it.

like image 144
mlevytskiy Avatar answered Oct 14 '25 22:10

mlevytskiy