Add --tags to git push.

This commit is contained in:
Gea-Suan Lin
2016-07-31 09:57:48 +08:00
parent 4bec6f0c95
commit 436142a8d8
2 changed files with 2 additions and 2 deletions

2
.zshrc
View File

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