From 7f2974818b2d05d9819575447f89007bf6e09231 Mon Sep 17 00:00:00 2001 From: tinogomes Date: Mon, 16 Apr 2012 10:31:29 -0300 Subject: [PATCH] Added alias for git to remote prune and GC aggressive mode --- lib/git.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/git.zsh b/lib/git.zsh index c4b5b5d62..53308d9d4 100644 --- a/lib/git.zsh +++ b/lib/git.zsh @@ -139,3 +139,4 @@ POST_1_7_2_GIT=$(git_compare_version "1.7.2") unset -f git_compare_version +alias gitgcprune="git remote prune origin ; git gc --prune --aggressive"