Set default git branch to main
This commit is contained in:
parent
eead20e0be
commit
09ead6c957
|
@ -10,14 +10,11 @@
|
||||||
userName = "Evie Litherland-Smith";
|
userName = "Evie Litherland-Smith";
|
||||||
delta = {
|
delta = {
|
||||||
enable = true;
|
enable = true;
|
||||||
options = {
|
options.syntax-theme = "Catppuccin-macchiato";
|
||||||
syntax-theme = "Catppuccin-macchiato";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
pull = {
|
pull.rebase = false;
|
||||||
rebase = false;
|
init.defaultBranch = "main";
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue