One of my team member had committed 2.3 GB files in the git repo hosted on bitbucket. we weren't able to push new commit to remote, so I asked him to delete the file and now index size is exceeded over 5GB.
This because git is tracking the deletion of that binary files also
I managed to clear 400MB using bfg
I want git to completely forget about those files located in app/TFDeeper
folder