📅  最后修改于: 2022-03-11 14:49:38.359000             🧑  作者: Mango
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