Versioning tools

Contents

Versioning tools#

Versioning code is one of the important good practices when programming in any language.

Meld#

Meld is a graphical diff and merge tool.

Download and execute the installer here: https://meldmerge.org/

Install dehesselle-meld with:

brew install --cask dehesselle-meld
sudo apt install meld

Mercurial#

Install and setup Mercurial as described here.

Git#

Git is nowadays the most popular versioning tool. It is a great tool but it can be a bit difficult and unsafe, especially for beginners.

Download and install from https://gitforwindows.org/.

brew install git
sudo apt install git