configure git to use rebase strategy
This commit is contained in:
parent
6225a0b19b
commit
27ec48ed94
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
user.name = "Till";
|
user.name = "Till";
|
||||||
user.email = "till@ktiu.net";
|
user.email = "till@ktiu.net";
|
||||||
|
pull.rebase = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init = {
|
init = {
|
||||||
defaultBranch = "main";
|
defaultBranch = "main";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue