From 195f88e02bf7d112472c98a93cc81b3af626f39f Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 1 Feb 2025 02:14:58 -0700 Subject: [PATCH] Add a compact script --- compact.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 compact.sh 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