At the beginning I committed a few test commits with 600k+ rows of Code. After that I deleted all files and just used git like normal.
Now I see in the contributors statistic that I added and deleted over 650k+ rows of Code.
Is there a way to delete the first test commits? (I just want to get the statistic right)
Edit: that's my commit history:
- 1 Commit: +600k rows (Initial commit)
- 2 Commit: -600k rows (master is now empty)
- 3 Commit: +100 rows (just gitignore) <-- I would like to have this as initial commit
- 4 Commit: +30k rows (my normal work) ...