git: Set pull to rebase
This commit is contained in:
parent
d4233813f6
commit
616c749198
@ -11,6 +11,10 @@
|
|||||||
defaultBranch = "master";
|
defaultBranch = "master";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pull = {
|
||||||
|
rebase = true;
|
||||||
|
};
|
||||||
|
|
||||||
core = {
|
core = {
|
||||||
editor = "rvim";
|
editor = "rvim";
|
||||||
filemode = "false";
|
filemode = "false";
|
||||||
|
Loading…
Reference in New Issue
Block a user