Prechádzať zdrojové kódy

zsh: remove -a from gib

raylu 2 rokov pred
rodič
commit
0fc1054563
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      zshrc

+ 1 - 1
zshrc

@@ -85,7 +85,7 @@ alias fd='fdfind'
 alias sr='screen -r'
 alias gip='git pull --ff-only'
 alias gil='git log --graph --abbrev-commit --stat --summary -C --decorate --date=local'
-alias gib='git branch -a'
+alias gib='git branch'
 alias gis='git status'
 alias gid='git diff -C --date=local'
 alias giw='git show -C --date=local --decorate'