I have a git repo over 200GB in size. How can I completely delete the history of this repo? I don’t want to move it to a new repo due to the size of the repo.
I only want to remove all commit history of this repo. Without moving to a new repo or creating a new one or pushing all the files again.
1