1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

added gcp alias (git cherry-pick)

This commit is contained in:
James Salter 2009-10-13 12:34:53 +11:00
parent a175f35bde
commit b6c8ef41b1

View file

@ -34,6 +34,7 @@ alias gb='git branch'
alias gba='git branch -a'
alias gdb='git branch -d'
alias gcount='git shortlog -sn'
alias gcp='git cherry-pick'
alias history='fc -l 1'