feat(git): switch to ff only for pull

This commit is contained in:
buffet 2023-01-11 16:57:27 +01:00
parent 4b115ff332
commit 9e45431c10

View file

@ -41,6 +41,10 @@ _: {
push = { push = {
autoSetupRemote = true; autoSetupRemote = true;
}; };
pull = {
ff = "only";
};
}; };
}; };
}; };