首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > windows >

Using KDiff3 as Git GUI Merge Tool on Windows XP and Windows 七

2012-07-18 
Using KDiff3 as Git GUI Merge Tool on Windows XP and Windows 7Add the KDiff3 directory to your Wind

Using KDiff3 as Git GUI Merge Tool on Windows XP and Windows 7

    Add the KDiff3 directory to your Windows System Path (e.g. C:\Program Files\KDiff3\)Add kdiff3 as your Git mergetool (From Git Bash, run git config --global merge.tool kdiff3)Add kdiff3 complete path to Git Config (From Git Bash, run git config --global meregtool.kdiff3.path "C:/Program Files/KDiff3/kdiff3.exe")Go into Git GUI settings and set the mergetool to kdiff3 (if Git GUI doesn't pick up this setting from git config, which it should)

热点排行