add .gitignore and switch to rebase strategy

This commit is contained in:
Christoph Hollizeck 2024-08-21 22:44:58 +02:00
parent 697cdf288d
commit 07ebbac912
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
4 changed files with 6 additions and 3 deletions

View file

@ -39,7 +39,7 @@ in
defaultBranch = "main";
};
pull = {
rebase = false;
rebase = true;
};
push = {
autoSetupRemote = true;