When I run git lfs migrate info --everything
on a repository I get the following output:
... clipped
migrate: Examining commits: 99% (3622/3647) migrate: Examining commits: 100% (3647/3647), done
*.json 56 MB 739/739 files(s) 100%
*.py 54 MB 2382/2382 files(s) 100%
*.ps1 9.4 MB 468/468 files(s) 100%
*.stl 5.3 MB 4/4 files(s) 100%
*.js 3.4 MB 45/45 files(s) 100%
- What does the size mean? For example the
56 MB
for*.json
- The
739
is probably the number of files, what what the first means and what the second means? (x/y - what is x, what is y?) 100%
- percent of what?