Explorar o código

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

weiyi %!s(int64=12) %!d(string=hai) anos
pai
achega
8a87fb0e70
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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'
 alias gbd='git branch -D'
 # standard log with train tracks
 # standard log with train tracks
 alias gl='git log --graph --date=short --pretty='$GIT_LOG_FORMAT
 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)
 # concise, branch and tag log with train tracks (some merge commits unavoidable)
 alias glb='gl --simplify-by-decoration'
 alias glb='gl --simplify-by-decoration'
 alias glp='git log --patch'
 alias glp='git log --patch'