Set default git branch to main
This commit is contained in:
parent
eead20e0be
commit
09ead6c957
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue