I have a website, when I started to develop it, I've cloned Laravel github repo with all it commits. Now I want to remove all original commits, leave only mine. Is there any way to do this? I tried git rebase, but it requires to choose all 6k commits manually and removes commits from the latest. (I need from the oldest).