Pull with rebase by default
This commit is contained in:
parent
2698fecb45
commit
75c0be17d8
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@
|
||||||
branch = {
|
branch = {
|
||||||
autosetuprebase = "always";
|
autosetuprebase = "always";
|
||||||
};
|
};
|
||||||
|
pull = {
|
||||||
|
rebase = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
ignores = [
|
ignores = [
|
||||||
".envrc"
|
".envrc"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue