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

posted @ 2014-04-03 10:20  xjadss  阅读(327)  评论(0编辑  收藏  举报