I have a project that contains traces to another project of myself that I've used as a kind of a template project. Now I want to remove these traces entirely from the repository. Basically I want to cut off the old junk commits. So I have
A -- B -- C -- D -- E -- F
and want to get something like
D -- E -- F
with A -- B -- C
being completely removed from the repository.