I had many binary files in my git project. Due to this and the changes I have made, I had a huge .git
folder. So I would like to create another project without these binary files and keep the logs and dates of all the commits.
I won't need to come back to a previous version of the project. So I don't care if I lose all the changes I've made because I will keep the old project if I need to check anything.
Is possible to achieve this? If not is there a way to decrease the size of the .git
folder discarding old changes?