Set default git branch to main

This commit is contained in:
Evie Litherland-Smith 2023-04-26 16:12:22 +01:00
parent eead20e0be
commit 09ead6c957

View file

@ -10,14 +10,11 @@
userName = "Evie Litherland-Smith";
delta = {
enable = true;
options = {
syntax-theme = "Catppuccin-macchiato";
};
options.syntax-theme = "Catppuccin-macchiato";
};
extraConfig = {
pull = {
rebase = false;
};
pull.rebase = false;
init.defaultBranch = "main";
};
};
}