git: Set default pull behaviour to rebase
This commit is contained in:
parent
c0fa670037
commit
daedf93ecd
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
|
pull.rebase = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue