git merge conflictstyle diff3

why is this not the default
This commit is contained in:
Griffin Smith 2020-04-02 11:57:18 -04:00
parent ac2549ce50
commit 74ad2caf32

View file

@ -79,6 +79,7 @@ let machine = ./machines/chupacabra.nix; in
userName = "Griffin Smith"; userName = "Griffin Smith";
extraConfig = { extraConfig = {
github.user = "glittershark"; github.user = "glittershark";
merge.conflictstyle = "diff3";
}; };
}; };