Pull with rebase by default

This commit is contained in:
Charlotte Van Petegem 2020-06-22 17:06:18 +02:00
parent 2698fecb45
commit 75c0be17d8

View file

@ -21,6 +21,9 @@
branch = { branch = {
autosetuprebase = "always"; autosetuprebase = "always";
}; };
pull = {
rebase = true;
};
}; };
ignores = [ ignores = [
".envrc" ".envrc"