📜  git diff meld - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:47.980000             🧑  作者: Mango

代码示例1
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