From c725b573aa752778315d9dbab5ba0a1b50dcc7e6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 24 Sep 2014 18:36:10 -0400 Subject: [PATCH] gitconfig: use --ff with cp by default --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 11254a1..50980b7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -23,7 +23,7 @@ cfg = config ci = commit co = checkout - cp = cherry-pick + cp = cherry-pick --ff d = diff desc = describe dl = download -- 2.39.2