浏览代码

added gcp alias (git cherry-pick)

James Salter 15 年之前
父节点
当前提交
b6c8ef41b1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/aliases.zsh

+ 1 - 0
lib/aliases.zsh

@@ -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'