When I met a conflict, I tried to use git-mergetool to solve it. I type:
>git mergetool -t vimdiff
Then it opened vimdiff in 4-way, not 3-way. My split windows in vimdiff look like:
:ls
1 #a "Gemfile.lock" line 1
2 %a "Gemfile.lock.LOCAL.4828.lock" line 1
3 a "Gemfile.lock.BASE.4828.lock" line 0
4 a "Gemfile.lock.REMOTE.4828.lock" line 0
What are they? I want a 3-way diff: target file, merge file and working file. How should I configure my git or vimdiff?