Browse Source

add tag and prune options to `git fetch`

Weiyi Lou 13 năm trước cách đây
mục cha
commit
82fd3049d1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'