Import git settings + default branch and pull with rebase
This commit is contained in:
parent
72dc013bea
commit
2970f2e398
2 changed files with 6 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ in
|
|||
./alacritty.nix
|
||||
./amethyst.nix
|
||||
./core.nix
|
||||
./git.nix
|
||||
./starship.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
|
|
|||
|
|
@ -4,5 +4,10 @@
|
|||
enable = true;
|
||||
userName = "Tobias Ostner";
|
||||
userEmail = "tobias.ostner@gmail.com";
|
||||
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue