SyntaxFix
Write A Post
Hire A Developer
Questions
You can use "find" for remove all files in the /objects directory with 0 in size with the command:
/objects
find .git/objects/ -size 0 -delete
Backup is recommended.