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 = {
|
||||
autosetuprebase = "always";
|
||||
};
|
||||
pull = {
|
||||
rebase = true;
|
||||
};
|
||||
};
|
||||
ignores = [
|
||||
".envrc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue