소스 검색

add `gla` alias that adds `--all`

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

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

@@ -41,6 +41,7 @@ alias gf='git fetch --all --tags && git fetch --all --prune'
 alias gbd='git branch -D'
 # standard log with train tracks
 alias gl='git log --graph --date=short --pretty='$GIT_LOG_FORMAT
+alias gla='gl --all'
 # concise, branch and tag log with train tracks (some merge commits unavoidable)
 alias glb='gl --simplify-by-decoration'
 alias glp='git log --patch'