I'm pretty new to github. I uploaded one of my projects and accidentally I also committed all my binary files. I used the website of github to manage my project and to remove the binary files. The problem is that every time I removed a file it counted as a commit.
Normally this is no problem but I'm the kind of person who loves to look at statistics and see how they evolve.
Now the commit statistics and other statistics that relate to the commit count are messed up and look like the project is going downhill very quickly since the few hundred manually removed binary files all count as single commits vs. my 2-8 regular commits a day now.
Is there any nice way to bundle committed commits to a single commit or to remove them from the commit statistics at all?
I'm aware that I could just delete the project and re-upload it again but then I would lose the history of my files.