Lets assume i have a git branch FIX-8834 and branch VERSION-12.
I want to merge FIX-8834 to VERSION-12 in git.
Git tells there is a conflict.
I use Kdiff3 to solve it.
KDiff3 opens and there are 3 files open: A(base), B(local) and C(remote). What letter has the FIX_8834, VERSION-12 and from where is the third file coming from?
Is there any way to display human being names for the files in KDiff3?