Git Diff Madu

git config --global diff.tool meld

# compare tags
git difftool tag1 tag2

# compare branches
git diff branch1..branch2

# compre current to remote
git difftool -d upstream/develop
steamboatid