From 5dca3ec13bc1c94c648f12f95c1fc50ee0925ee4 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 24 Jul 2026 11:17:30 +0100 Subject: [PATCH] Disable skipped cherry-picks hint --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index 86c428e..5cd21b8 100644 --- a/config +++ b/config @@ -92,3 +92,6 @@ path = ~/.config/private/gitconfig path = ~/.config/work/gitconfig path = ~/.config/git/local + +[advice] + skippedCherryPicks = false