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 = {
|
||||
init.defaultBranch = "main";
|
||||
pull.rebase = true;
|
||||
advice.skippedCherryPicks = false;
|
||||
};
|
||||
aliases = {
|
||||
co = "switch";
|
||||
|
|
Loading…
Reference in a new issue