Bläddra i källkod

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

weiyi 12 år sedan
förälder
incheckning
8a87fb0e70
1 ändrade filer med 1 tillägg och 0 borttagningar
  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'