📜 ⬆️ ⬇️

How meld helped me

Meld is a program for comparing files and directories that can, among other things, work with version control systems.

Today I had to look through a number of source directories and compare them with similar sources from another version of the project (for historical reasons, these versions were stored in different repositories, so I compared the directories, but this is not important).

The task was this - to find all the necessary changes in the older version that need to be transferred to the new one (of course, while preserving the changes that were already contained there).
')
With the help of Meld, I managed to do it in record time, because it is very simple and functional. I recommend to anyone looking for a good program for comparing files and directories under linux

Source: https://habr.com/ru/post/50556/


All Articles