aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-20 20:23:15 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-20 20:24:06 +0100
commit537f97769d59484132639be367b42cdad0a86126 (patch)
treea1600ec8f9d6664bc2d8e104a5737df3c1335850
parent38e1b334747e8eeb2db333c82f2c59ecd9c16a10 (diff)
downloaddotfiles-537f97769d59484132639be367b42cdad0a86126.tar.gz
dotfiles-537f97769d59484132639be367b42cdad0a86126.zip
Remove advice about cherry picking in git
-rw-r--r--git/.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
index be77877..258ebe1 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -5,6 +5,7 @@
[advice]
detachedHead = false
+ skippedCherryPicks = false
[sendemail]
from = Yann Herklotz <git@yannherklotz.com>