users/jan: disable advice about skipped cherry picks
This commit is contained in:
parent
370bad97f8
commit
ac42361f3b
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
|
advice.skippedCherryPicks = false;
|
||||||
};
|
};
|
||||||
aliases = {
|
aliases = {
|
||||||
co = "switch";
|
co = "switch";
|
||||||
|
|
Loading…
Reference in a new issue