diff --git a/compact.sh b/compact.sh new file mode 100755 index 0000000..e34f680 --- /dev/null +++ b/compact.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +git gc +git submodule foreach --recursive git gc