I already found answers about revert what will make a new commit, that didn't work for me (maybe I need clearer explanation) but then I found out that this will not delete the commits themselves/the history (what I want to do). Then I had a idea which might work:
- make a branch at commit 3 (remember I just want to delete first and second commit)
- make that branch master
- delete the branch with the 2 commits I want to delete
Don't know if that can work or not. But I hope you can help me