From 71d9aed273b8d6f299cd8cf51bbeecfc85c682e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 1 Apr 2020 10:14:27 +0200 Subject: [PATCH] git: Add cherry-pick shortcuts --- git/gitconfig.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/gitconfig.j2 b/git/gitconfig.j2 index 21adcef..d7255fa 100644 --- a/git/gitconfig.j2 +++ b/git/gitconfig.j2 @@ -62,6 +62,9 @@ exec = "!exec " + cp = "cherry-pick" + cpa = "cherry-pick --abort" + [core] fileMode = true whitespace = "blank-at-eol,space-before-tab,blank-at-eof"