add .gitignore and switch to rebase strategy
This commit is contained in:
parent
697cdf288d
commit
07ebbac912
4 changed files with 6 additions and 3 deletions
|
@ -34,7 +34,7 @@ in
|
|||
defaultBranch = "main";
|
||||
};
|
||||
pull = {
|
||||
rebase = false;
|
||||
rebase = true;
|
||||
};
|
||||
push = {
|
||||
autoSetupRemote = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue