Explorar el Código

add tag and prune options to `git fetch`

Weiyi Lou hace 13 años
padre
commit
82fd3049d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      zsh/omz-custom/git.zsh

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

@@ -7,7 +7,7 @@ alias gd='git diff'
 alias gds='git diff --staged'
 
 alias gcob='git checkout -b'
-alias gf='git fetch'
+alias gf='git fetch --tags --prune'
 
 alias gbd='git branch -D'