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 becaa24081

View file

@ -130,3 +130,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"