Added a comment
This commit is contained in:
parent
d58d21dd73
commit
c0a8e789c5
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue