I have a situation where I needed to create a new repository from the existing repository on Github (with a different name) but I want to import the log/history as well from the old repository.
Is there a way to do this?
The use-case here is to separate a component from the existing repository by duplicating the repository and pruning until we achieved the goal.