From 7fc979ec4d39d89d8ba7cad816d78b864458bcef Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 15 Feb 2015 05:25:48 -0500 Subject: [PATCH] gitconfig: add a cp-x command --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 50980b7..41262e6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -24,6 +24,7 @@ ci = commit co = checkout cp = cherry-pick --ff + cp-x = cherry-pick -x d = diff desc = describe dl = download -- 2.39.2