Tag git

meld-as-diff-tool

Use Meld as a Git diff tool

Meld is a great tool for files/directories comparison. Git on the other hand also provide diff command line tool, which some users may prefer too. I am going to show you how to use Meld as a git diff tool here.
git-set-default-branch

Set Git default branch

We will set git default branch and change master to main in this article.