git: Set merge.conflictstyle to diff3

Display original text in addition to changes from both sides.
This commit is contained in:
2024-09-21 00:03:34 +02:00
parent ea2a02626d
commit d30b102e42

View File

@@ -87,6 +87,7 @@
[log]
follow = true
[merge]
conflictstyle = diff3
log = true
suppressDest = *
[pretty]