Added alias for git to remote prune and GC aggressive mode

This commit is contained in:
tinogomes 2012-04-16 10:31:29 -03:00
commit 7f2974818b

View file

@ -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"