git meld 来merge,diff
无法使用meld来比较binary file,比如apk
.git/config 配置
[diff]
tool=[filepath]/gitmeld.sh
[merge]
tool=[filepath]/gitmeld.sh
[mergetool]
prompt=false
[difftoll]
prompt=false
gitmeld.sh :
#!/bin/sh
meld $2 $5
无法使用meld来比较binary file,比如apk
.git/config 配置
[diff]
tool=[filepath]/gitmeld.sh
[merge]
tool=[filepath]/gitmeld.sh
[mergetool]
prompt=false
[difftoll]
prompt=false
gitmeld.sh :
#!/bin/sh
meld $2 $5