users/jan: disable advice about skipped cherry picks

This commit is contained in:
Dmitriy Pleshevskiy 2024-07-13 00:03:26 +03:00
parent 370bad97f8
commit ac42361f3b
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -25,6 +25,7 @@
extraConfig = {
init.defaultBranch = "main";
pull.rebase = true;
advice.skippedCherryPicks = false;
};
aliases = {
co = "switch";