add .gitignore and switch to rebase strategy

This commit is contained in:
Christoph Hollizeck 2024-08-21 22:44:58 +02:00
parent ab187558c9
commit b0768f17dc
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 1763BB530F50279E
4 changed files with 6 additions and 3 deletions

View file

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