When I do a merge conflict resolution with Kdiff3 (and other merge tool I tried) I noticed that on resolution a *.orig file is created. Is there a way for it to not create that extra file?
When I do a merge conflict resolution with Kdiff3 (and other merge tool I
Share
A possible solution from
git config:The alternative being not adding or ignoring those files, as suggested in this gitguru article,
Berik suggests in the comments to use:
Charles Bailey advises in his answer to be aware of internal diff tool settings which could also generate those backup files, no matter what git settings are.
.bak, as mentioned in its manual).So you need to reset those settings as well.