I added a really big file to a repository and committed it, then deleted the folder and did git add -u . The problem I have is that now when i try to push to a remote repository it takes way too long to upload those already deleted files I had commited.
Is there any way to remove all traces of the folder so the repo acts like that folder has never existed and doesn't try to upload the now non-existent folder?
I tried git clean -f -d