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

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"
alias gph="git push -v --tags"
alias gpl="git pull -v --rebase --recurse-submodules=yes"
alias l="last"
alias lo="logout"