recover git repository to old version
问题 I had quite some problems after pushing large files in the git reposotory. I tried different things messing up everything. The last command I tried was git filter-branch --tree-filter -f 'rm -rf FOLDERWITHLARGEFILES/*' HEAD and it I thought I solved the problem because the following git push origin master worked. The problem is that now I have a very old version of my rep. I think that is the version before I tried to commit the large files. Is there a way to recover the repository. To recap: