Dealing with Git Corrupt objects and 'has dot git' in tree
问题 I have tried rewriting history using filter branch in order to delete few memory occupying SHA's (~ more than 300 MB) using the below command : git filter-branch --index-filter \ 'git rm --ignore-unmatch --cached <Filename>' -- 6d5a325^.. though it succeeds rewriting history but post garbage collection when ever I try to push forcefully it gives me the object corruption error. Also,I would really appreciate if any one could help me in figuring out the 'has dot git' issue in my tree object,as