소스 검색

update glp to be similar to gls

Weiyi Lou 12 년 전
부모
커밋
e85dc30cb4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zsh/omz-custom/git.zsh

+ 1 - 1
zsh/omz-custom/git.zsh

@@ -50,7 +50,7 @@ alias gla='gl --all'
 # concise, branch and tag log with train tracks (some merge commits unavoidable)
 alias glb='gl --simplify-by-decoration'
 alias glh='gl | head'
-alias glp='gl --patch'
+alias glp='git log --graph --patch'
 # useful when you want to have a visual on file changes
 alias gls='git log --graph --stat'
 # search through history for particular text