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#
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.