git --prune --aggresive
From: Jakub Narebski <hidden>
Date: 2016-06-15 22:43:53
2396:[gitweb/web@git]# git gc --aggresive --prune usage: git-gc [--prune] [--aggressive] 2397:[gitweb/web@git]# git gc --prune --aggresive usage: git-gc [--prune] [--aggressive] 2398:[gitweb/web@git]# git --version git version 1.5.3.5 Either usage string should be fixed, as it suggests that you can specify both --aggresive and --prune, or git-gc should. -- Jakub Narebski Poland