Added clean_repo, p_run and p_analasys scripts

This commit is contained in:
Daimakaimura 2023-04-04 09:01:51 +01:00 committed by Alberto
parent 6fc90e523a
commit 9d797b639c
1 changed files with 5 additions and 0 deletions

5
clean_repo.sh Normal file
View File

@ -0,0 +1,5 @@
# 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