set git defaultbranch config

This commit is contained in:
Noah Masur 2022-05-16 08:29:32 -04:00
parent 9099a9f63b
commit d28465e475

View File

@ -31,6 +31,7 @@ in {
pager = { branch = "false"; };
safe = { directory = "/home/${config.user}/dev/personal/dotfiles"; };
pull = { ff = "only"; };
init = { defaultBranch = "master"; };
};
};