You can delete the history of a Git repository.
So how the file history is going to work if we delete history of git? Will it show as new file or it just shows the last diff?
There are many ways to obfuscate the history of a git repo. The easiest is `git squash`, which takes multiple commits and squashes them into one large commit.