Added a comment

This commit is contained in:
derphysiker 2023-03-04 11:11:27 +00:00 committed by admin
parent d58d21dd73
commit c0a8e789c5

View file

@ -0,0 +1,19 @@
[[!comment format=mdwn
username="derphysiker"
avatar="http://cdn.libravatar.org/avatar/80623354932109c891c2e0ebf523b38f"
subject="comment 1"
date="2023-03-04T11:11:26Z"
content="""
Did you have a look at
<https://git-annex.branchable.com/tips/Repositories_with_large_number_of_files/>?
What is your current object count (aka non-packed files)?:
git count-objects
If you have many of them (multiple 10k) then it might be a good idea to repack them:
git repack -ad
git gc
"""]]