diff --git a/Justfile b/Justfile index a035a00a..d3f1524b 100644 --- a/Justfile +++ b/Justfile @@ -51,6 +51,10 @@ gc: sudo nix store gc --debug sudo nix-collect-garbage --delete-old +gitgc: + git reflog expire --expire-unreachable=now --all + git gc --prune=now + ############################################################################ # # Darwin related commands, harmonica is my macbook pro's hostname