feat(git): switch to ff only for pull
This commit is contained in:
parent
4b115ff332
commit
9e45431c10
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ _: {
|
||||||
push = {
|
push = {
|
||||||
autoSetupRemote = true;
|
autoSetupRemote = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pull = {
|
||||||
|
ff = "only";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue