git: don't give me advice about merge conflicts
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M user/settings/git.nix → user/settings/git.nix
@@ -19,6 +19,7 @@ defaultBranch = "main"; }; advice = { addEmptyPathspec = false; + mergeConflict = false; }; ghq = { root = "${config.home.homeDirectory}/projects";