Browse code

added gcp alias (git cherry-pick)

James Salter authored on 13/10/2009 at 01:34:53
Showing 1 changed files
... ...
@@ -34,6 +34,7 @@ alias gb='git branch'
34 34
 alias gba='git branch -a'
35 35
 alias gdb='git branch -d'
36 36
 alias gcount='git shortlog -sn'
37
+alias gcp='git cherry-pick'
37 38
 
38 39
 alias history='fc -l 1'
39 40