I have a git repository and many branches.
master
build-app
develop
refactor-states
In branch build-app, I used to commit a folder release in repository and then deleted it.
But you know, it kept that folder forever. It make my repository so weighty ( about 200 MB).
I found the revision that had folder release: 170b737
So, can anyone could help me delete permanently folder release. I tried a few ways, filer-branch, git rebase but I could not delete it. Please help me!!!