I understand this is an unorthodox requirement and the background is too complicated to explain.
I have a big directory BIG_DIR that's being tracked by git. I have a SUB_DIR underneath the BIG_DIR, which is tracked as a part of the BIG_DIR.
Now I only want to keep the git tracking history related to SUB_DIR. I dont want to track BIG_DIR anymore, but I want to keep SUB_DIR as an independent repository, while keeping its history.
The whole BIG_DIR has no remote repo. It's all local. if that makes it easier.