PROGRAMS

meld

Article by:
Date Published:
Last Modified:

Overview

meld is a graphical software tool that allows the user to compare and merge the differences between files and folders.

It is commonly used when resolving merge conflicts between two files with are under a version control system such as git.

Compare Two Files

The simplest way to run meld is to compare two files with:

1
$ meld file1.c file2.c

This will open up the two files in a graphical interface, where you can easily see the differences and merge if required.


Authors

Geoffrey Hunter

Dude making stuff.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License .

Tags

    comments powered by Disqus