kdiff3 mergetool生成未跟踪的文件

时间:2018-02-08 04:08:04

标签: git kdiff3 git-untracked

这是我第一次使用kdiff3合并工具。

我正在使用mac os,所以我用自制软件安装了kdiff3和下面的手册。

http://www.ryanwright.me/cookbook/mac/homebrew/kdiff3

我在.gitconfig

中添加了merge.tool kdiff3
git config --global merge.tool kdiff3

我也添加了

[diff]
    tool = kdiff3

How to setup kdiff3 in Mac OS?

中所述

kdiff3使用该命令成功启用。

git mergetool

但问题是,当我检查状态时,

git status

生成未知的未跟踪文件

Unmerged paths:
  (use "git add <file>..." to mark resolution)

    both modified:   t1.c

Untracked files:
  (use "git add <file>..." to include in what will be committed)

    t1_BACKUP_47497.c
    t1_BASE_47497.c
    t1_LOCAL_47497.c
    t1_REMOTE_47497.c

我无法弄清楚那些未跟踪的文件是什么。

无论如何都要解决这个问题?

0 个答案:

没有答案