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