git config tweak

This commit is contained in:
John Bowdre 2023-07-23 21:17:52 -05:00
parent d4a8e60fa5
commit f5bd49f172

View file

@ -74,7 +74,7 @@
userName = "John Bowdre";
extraConfig = {
init.defaultBranch = "main";
pull.ff = "only";
pull.rebase = false;
};
};
}