fix(tazjin/tverskoy): Configure git to always rebase
Change-Id: I2682e350c74a830682ebca12102d00b7e85093f8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2627 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
298da90dbd
commit
4a0d978874
1 changed files with 3 additions and 0 deletions
|
@ -263,6 +263,9 @@ in lib.fix(self: {
|
|||
enable = true;
|
||||
userName = "Vincent Ambo";
|
||||
userEmail = "mail@tazj.in";
|
||||
extraConfig = {
|
||||
pull.rebase = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue