Use "--follow-tags".

This commit is contained in:
Gea-Suan Lin
2016-08-08 22:16:18 +08:00
parent 436142a8d8
commit 61b1fa1207
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ alias d="dir"
alias dir="ls -l"
alias f="finger"
alias g="grep --color=auto"
alias gph="git push -v --tags"
alias gph="git push -v --follow-tags"
alias gpl="git pull -v --rebase --recurse-submodules=yes"
alias l="last"
alias lo="logout"