From 796ad8a5ad68da7e23f362016671ecd753bf2a97 Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Tue, 20 Nov 2012 14:51:10 -0800 Subject: [PATCH] Add cp (cherry-pick) alias --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 01399d4..b516ab2 100644 --- a/gitconfig +++ b/gitconfig @@ -14,6 +14,7 @@ br = branch ci = commit co = checkout + cp = cherry-pick df = diff st = status -sb p = !git fetch --all && git fetch --tags && git pull && git submodule update