I have cloned some template repo and start to develop my own project with this template, the problem is that all history commits of the template owners are still visible in my project commit history on github.
for example, now my commit history as below:
some_commit
I committed 11 minutes ago
some_commit
I committed 14 minutes ago
Commits on Dec 19, 2020
v2.0.1
@someowner
someowner committed 16 days ago
@someowner
someowner committed 16 days ago
@someowner
someowner committed 16 days ago
Commits on Sep 26, 2020
v1.3.1 (#2564) …
@owner2
@owner3
@owner4
3 people committed on Sep 26, 2020
what I want is in some way to merge up all owners commmits and show mine commits as starting point, like below:
some_commit
I committed 11 minutes ago
some_commit
I committed 14 minutes ago
Commits on Dec 19, 2020
v2.0.1
Starting point commit
I committed on Dec 19, 2020
I saw some past posts on this issue, but for some reason it effects my current code.