From 61b1fa1207b0aed1081b2c6311fe15a6ff83d3cd Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Mon, 8 Aug 2016 22:16:18 +0800 Subject: [PATCH] Use "--follow-tags". --- .bashrc | 2 +- .zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 6e0bae2..d370123 100644 --- a/.bashrc +++ b/.bashrc @@ -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" diff --git a/.zshrc b/.zshrc index a2b7949..9bb2730 100644 --- a/.zshrc +++ b/.zshrc @@ -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 --tags" +alias "gph=git push -v --follow-tags" alias "gpl=git pull -v --rebase --recurse-submodules=yes" alias "l=last" alias "lo=logout"