Explorar el Código

git: use diff3 conflictstyle

Thomas Dy hace 3 años
padre
commit
84d9e56bc2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .config/git/config

+ 2 - 0
.config/git/config

@@ -1,6 +1,8 @@
 [user]
 	name = Thomas Dy
 	email = thatsmydoing@gmail.com
+[merge]
+	conflictstyle = diff3
 [core]
 	autocrlf = input
 [delta]