Files
wakurtosis/clean_repo.sh
2023-04-18 16:56:55 +02:00

6 lines
135 B
Bash

# Run this if Kurtosis starts to crash because the gRPC 4Mb limit.
du -h --max-depth=1 .git
git gc
git prune
du -h --max-depth=1 .git