Przeglądaj źródła

Add `git cherry-pick` alias

Somehow, forgot to add this one after moving from OMZ
Weiyi Lou 9 lat temu
rodzic
commit
562cded74c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      shell/common/git.sh

+ 1 - 0
shell/common/git.sh

@@ -12,6 +12,7 @@ alias gc='git commit -v'
 alias gco='git checkout'
 alias gcob='git checkout -b'
 alias gcop='git checkout -p'
+alias gcp='git cherry-pick'
 alias gd='git diff'
 alias gds='git diff --staged'
 alias gf='git fetch --all --tags && git fetch --all --prune'