[git] Properly set init.defaultBranch
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
"c" = "commit -am";
|
||||
"l" = "log --oneline";
|
||||
};
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
extraConfig = {
|
||||
pull = {
|
||||
rebase = true;
|
||||
@@ -19,9 +22,6 @@
|
||||
log = {
|
||||
date = "iso";
|
||||
};
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
# Enable the delta diff pager.
|
||||
delta.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user