Import git settings + default branch and pull with rebase

This commit is contained in:
Tobias Ostner 2023-12-28 10:41:13 +01:00
parent 72dc013bea
commit 2970f2e398
2 changed files with 6 additions and 0 deletions

View file

@ -4,5 +4,10 @@
enable = true;
userName = "Tobias Ostner";
userEmail = "tobias.ostner@gmail.com";
extraConfig = {
init.defaultBranch = "main";
pull.rebase = true;
};
};
}