diff options
Diffstat (limited to 'tech/git-fix-prune.txt')
-rw-r--r-- | tech/git-fix-prune.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tech/git-fix-prune.txt b/tech/git-fix-prune.txt new file mode 100644 index 0000000..ae39437 --- /dev/null +++ b/tech/git-fix-prune.txt @@ -0,0 +1,9 @@ +Git error about There are too many unreachable loose objects + +``` +git fsck +git gc --prune=now +git prune +git gc +``` + |