From 9d55e17859b428a808fd4037ff34a2df520822d6 Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Sat, 15 Feb 2014 14:00:45 +0100 Subject: [PATCH] Fix gitprstp --- common/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/.zshrc b/common/.zshrc index 56818e5..f3256ec 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -123,7 +123,7 @@ alias gitpull='git pull --stat --progress' alias gitpr='git pull --stat --progress --rebase' alias gitprst='git stash && git pull --stat --progress --rebase && git stash apply' alias gitprp='git pull --stat --progress --rebase && git push' -alias gitprst='git stash && git pull --stat --progress --rebase && git stash apply && git push' +alias gitprstp='git stash && git pull --stat --progress --rebase && git stash apply && git push' gitgrephistory(){ if [ $# = 1 ] ; then