From 657c7daaa6c7be8f159a554882d8574a854b7b98 Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Fri, 6 Dec 2013 11:00:08 +0100 Subject: [PATCH] Add some git aliases. --- common/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/.zshrc b/common/.zshrc index 780cfe7..e2bdcb9 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -113,6 +113,8 @@ alias gitw='git instaweb --httpd=webrick' 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' gitgrephistory(){ if [ $# = 1 ] ; then