git: rebase on pull by default
This commit is contained in:
parent
84417c27da
commit
43f85cf2c0
1 changed files with 3 additions and 6 deletions
|
@ -6,12 +6,9 @@
|
||||||
userName = "Katherina Walshe-Grey";
|
userName = "Katherina Walshe-Grey";
|
||||||
userEmail = "git@qenya.tel";
|
userEmail = "git@qenya.tel";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init = {
|
init.defaultBranch = "main";
|
||||||
defaultBranch = "main";
|
pull.rebase = true;
|
||||||
};
|
push.autoSetupRemote = true;
|
||||||
push = {
|
|
||||||
autoSetupRemote = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue